Searched refs:scratch (Results 1 – 8 of 8) sorted by relevance
2 Bug #47443 (metaphone('scratch') returns wrong result)6 var_dump(metaphone("scratch"));
20 "./test/work/scratch/mydir/yourdir/ourdir/test1/test2/test3/test4/test5/test6/test.tmp",347 string(76) "./test/work/scratch/mydir/yourdir/ourdir/test1/test2/test3/test4/test5/test6"355 string(76) "./test/work/scratch/mydir/yourdir/ourdir/test1/test2/test3/test4/test5/test6"
517 char *scratch = emalloc(scratch_len); in php_stream_url_wrap_http_ex() local523 strcpy(scratch, ZSTR_VAL(resource->user)); in php_stream_url_wrap_http_ex()524 strcat(scratch, ":"); in php_stream_url_wrap_http_ex()529 strcat(scratch, ZSTR_VAL(resource->pass)); in php_stream_url_wrap_http_ex()532 stmp = php_base64_encode((unsigned char*)scratch, strlen(scratch)); in php_stream_url_wrap_http_ex()541 efree(scratch); in php_stream_url_wrap_http_ex()
194 barely scratch the surface of how it works. It lives in ``ext/opcache/jit``.
2814 ir_regset available, overlapped, scratch; in ir_try_allocate_free_reg() local2935 scratch = IR_REGSET_INTERSECTION(available, IR_REGSET_SCRATCH); in ir_try_allocate_free_reg()2936 if (scratch != IR_REGSET_EMPTY) { in ir_try_allocate_free_reg()2939 ir_regset non_conflicting = scratch; in ir_try_allocate_free_reg()2958 reg = IR_REGSET_FIRST(scratch); in ir_try_allocate_free_reg()2961 reg = IR_REGSET_FIRST(scratch); in ir_try_allocate_free_reg()
4667 /* For temporaries we may use any scratch registers except for registers used for parameters */
8515 /* For temporaries we may use any scratch registers except for registers used for parameters */
118 // perfectly would require allocating potentially unbounded scratch memory (up to the size of
Completed in 57 milliseconds