Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 135) sorted by relevance

123456

/php-src/ext/dom/lexbor/lexbor/core/
H A Din.c112 lexbor_in_node_split(lexbor_in_node_t *node, const lxb_char_t *pos) in lexbor_in_node_split()
145 lexbor_in_node_find(lexbor_in_node_t *node, const lxb_char_t *pos) in lexbor_in_node_find()
160 const lxb_char_t *pos, size_t offset) in lexbor_in_node_pos_up()
193 const lxb_char_t *pos, size_t offset) in lexbor_in_node_pos_down()
/php-src/ext/dba/libcdb/
H A Dcdb.c44 static int cdb_match(struct cdb *c, char *key, unsigned int len, uint32 pos) in cdb_match()
102 int cdb_read(struct cdb *c, char *buf, unsigned int len, uint32 pos) in cdb_read()
130 uint32 pos; in cdb_findnext() local
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_ppc.h45 #define DASM_POS2IDX(pos) ((pos)&0x00ffffff) argument
46 #define DASM_POS2BIAS(pos) ((pos)&0xff000000) argument
48 #define DASM_POS2SEC(pos) ((pos)>>24) argument
49 #define DASM_POS2PTR(D, pos) (D->sections[DASM_POS2SEC(pos)].rbuf + (pos)) argument
59 int pos; /* Biased buffer position. */ member
169 int pos = sec->pos, ofs = sec->ofs; in dasm_put() local
286 int pos = DASM_SEC2POS(secnum); in dasm_link() local
393 int pos = D->pclabels[pc]; in dasm_getpclabel() local
H A Ddasm_mips.h45 #define DASM_POS2IDX(pos) ((pos)&0x00ffffff) argument
46 #define DASM_POS2BIAS(pos) ((pos)&0xff000000) argument
48 #define DASM_POS2SEC(pos) ((pos)>>24) argument
49 #define DASM_POS2PTR(D, pos) (D->sections[DASM_POS2SEC(pos)].rbuf + (pos)) argument
59 int pos; /* Biased buffer position. */ member
169 int pos = sec->pos, ofs = sec->ofs; in dasm_put() local
282 int pos = DASM_SEC2POS(secnum); in dasm_link() local
394 int pos = D->pclabels[pc]; in dasm_getpclabel() local
H A Ddasm_arm.h46 #define DASM_POS2IDX(pos) ((pos)&0x00ffffff) argument
47 #define DASM_POS2BIAS(pos) ((pos)&0xff000000) argument
49 #define DASM_POS2SEC(pos) ((pos)>>24) argument
50 #define DASM_POS2PTR(D, pos) (D->sections[DASM_POS2SEC(pos)].rbuf + (pos)) argument
60 int pos; /* Biased buffer position. */ member
178 int pos = sec->pos, ofs = sec->ofs; in dasm_put() local
303 int pos = DASM_SEC2POS(secnum); in dasm_link() local
431 int pos = D->pclabels[pc]; in dasm_getpclabel() local
H A Ddasm_x86.h44 #define DASM_POS2IDX(pos) ((pos)&0x00ffffff) argument
45 #define DASM_POS2BIAS(pos) ((pos)&0xff000000) argument
47 #define DASM_POS2SEC(pos) ((pos)>>24) argument
48 #define DASM_POS2PTR(D, pos) (D->sections[DASM_POS2SEC(pos)].rbuf + (pos)) argument
58 int pos; /* Biased buffer position. */ member
171 int pos = sec->pos, ofs = sec->ofs, mrm = -1; in dasm_put() local
306 int pos = DASM_SEC2POS(secnum); in dasm_link() local
517 int pos = D->pclabels[pc]; in dasm_getpclabel() local
H A Ddasm_arm64.h48 #define DASM_POS2IDX(pos) ((pos)&0x00ffffff) argument
49 #define DASM_POS2BIAS(pos) ((pos)&0xff000000) argument
51 #define DASM_POS2SEC(pos) ((pos)>>24) argument
52 #define DASM_POS2PTR(D, pos) (D->sections[DASM_POS2SEC(pos)].rbuf + (pos)) argument
62 int pos; /* Biased buffer position. */ member
225 int pos = sec->pos, ofs = sec->ofs; in dasm_put() local
377 int pos = DASM_SEC2POS(secnum); in dasm_link() local
545 int pos = D->pclabels[pc]; in dasm_getpclabel() local
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.h42 size_t pos; member
49 size_t pos; member
/php-src/ext/tokenizer/
H A Dtokenizer.stub.php20 public int $pos; variable in PhpToken
25 final public function __construct(int $id, string $text, int $line = -1, int $pos = -1) {}
/php-src/Zend/
H A Dzend_llist.c260 ZEND_API void *zend_llist_get_first_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_first_ex()
273 ZEND_API void *zend_llist_get_last_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_last_ex()
286 ZEND_API void *zend_llist_get_next_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_next_ex()
300 ZEND_API void *zend_llist_get_prev_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_prev_ex()
/php-src/ext/opcache/jit/ir/
H A Dir_strtab.c51 uint32_t pos, i; in ir_strtab_resize() local
119 uint32_t pos = ((uint32_t*)data)[(int32_t)(h | strtab->mask)]; in ir_strtab_find() local
138 uint32_t pos = ((uint32_t*)data)[(int32_t)(h | strtab->mask)]; in ir_strtab_lookup() local
187 uint32_t pos = ((uint32_t*)data)[(int32_t)(h | strtab->mask)]; in ir_strtab_update() local
H A Dir_ra.c1160 ir_live_pos pos = IR_START_LIVE_POS_FROM_REF(ref); in ir_add_fusion_ranges() local
1711 ir_live_pos pos = IR_USE_LIVE_POS_FROM_REF(i); in ir_swap_operands() local
1814 ir_live_pos pos = IR_USE_LIVE_POS_FROM_REF(i); in ir_try_swap_operands() local
2227 # define IR_LOG_LSRA_SPLIT(ival, pos) do { \ argument
2257 # define IR_LOG_LSRA_SPLIT(ival, pos) argument
2258 # define IR_LOG_LSRA_CONFLICT(action, ival, pos); argument
2668 ir_live_pos pos = ival->range.start; in ir_add_to_unhandled() local
2702 ir_live_pos pos; in ir_merge_to_unhandled() local
2736 ir_live_pos pos = ival->range.start; in ir_add_to_unhandled_spill() local
2760 ir_live_pos pos, next; in ir_try_allocate_free_reg() local
[all …]
/php-src/ext/standard/
H A Dformatted_print.c52 php_sprintf_appendchar(zend_string **buffer, size_t *pos, char add) in php_sprintf_appendchar()
65 php_sprintf_appendchars(zend_string **buffer, size_t *pos, char *add, size_t len) in php_sprintf_appendchars()
84 php_sprintf_appendstring(zend_string **buffer, size_t *pos, char *add, in php_sprintf_appendstring()
141 php_sprintf_appendint(zend_string **buffer, size_t *pos, zend_long number, in php_sprintf_appendint()
185 php_sprintf_appenduint(zend_string **buffer, size_t *pos, in php_sprintf_appenduint()
217 php_sprintf_appenddouble(zend_string **buffer, size_t *pos, in php_sprintf_appenddouble()
324 php_sprintf_append2n(zend_string **buffer, size_t *pos, zend_long number, in php_sprintf_append2n()
/php-src/ext/curl/
H A Dmulti.c131 zend_llist_position pos; in _php_curl_multi_find_easy_handle() local
217 zend_llist_position pos; in PHP_FUNCTION() local
314 zend_llist_position pos; in PHP_FUNCTION() local
531 zend_llist_position pos; in curl_multi_free_obj() local
569 zend_llist_position pos; in curl_multi_get_gc() local
/php-src/ext/intl/grapheme/
H A Dgrapheme_util.c235 int ret_len, pos; in grapheme_split_string() local
272 int pos = 0; in grapheme_count_graphemes() local
295 int32_t pos; in grapheme_get_haystack_offset() local
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Derror.c12 const lxb_char_t *pos, in lxb_html_tokenizer_error_add()
/php-src/ext/gd/libgd/
H A Dgd_wbmp.c104 int x, y, pos; in _gdImageWBMPCtx() local
147 int col, row, pos; in gdImageCreateFromWBMPCtx() local
/php-src/ext/dba/
H A Ddba_cdb.c56 uint32 pos; /* current position for traversing */ member
136 # define php_cdb_read(cdb, buf, len, pos) cdb_read(cdb, buf, len, pos) argument
140 # define php_cdb_read(cdb, buf, len, pos) cdb_read(cdb, buf, len, pos) argument
/php-src/ext/hash/
H A Dphp_hash_sha3.h25 uint32_t pos; member
H A Dphp_hash_whirlpool.h25 int pos; member
/php-src/sapi/phpdbg/
H A Dphpdbg_btree.c123 phpdbg_btree_position pos; in phpdbg_btree_find_between() local
132 phpdbg_btree_result *phpdbg_btree_next(phpdbg_btree_position *pos) { in phpdbg_btree_next()
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp67 int32_t pos = biter->next(); in _breakiterator_move_forward() local
78 int32_t pos = biter->first(); in _breakiterator_rewind() local
H A Dcodepointiterator_internal.cpp157 int32_t pos = (int32_t)utext_nativeLength(this->fText); in last() local
284 int64_t pos = utext_getNativeIndex(this->fText); in refreshInputText() local
/php-src/Zend/Optimizer/
H A Dcompact_literals.c100 zval *pos, tmp; in add_static_slot() local
159 zval zv, *pos; in zend_optimizer_compact_literals() local
/php-src/ext/dom/lexbor/lexbor/css/syntax/tokenizer/
H A Derror.h41 const lxb_char_t *pos; member

Completed in 64 milliseconds

123456