Home
last modified time | relevance | path

Searched refs:pos_idx (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/devel/godot2/godot-2.1.6-stable/modules/chibi/
H A Dcp_pattern.cpp122 if (pos_idx == -1) { in erase_event_at_pos()
123 CP_ERR_COND_V(pos_idx == -1, true); in erase_event_at_pos()
126 if (pos_idx == event_count || event_list[pos_idx].pos != p_pos) { in erase_event_at_pos()
188 if (pos_idx == -1) { in set_note()
194 if (pos_idx == event_count || event_list[pos_idx].pos != target_pos) { in set_note()
217 new_pos = pos_idx; in set_note()
247 if (pos_idx == -1) { in get_note()
253 if (pos_idx >= event_count || event_list[pos_idx].pos != target_pos) { in get_note()
260 n.note = event_list[pos_idx].note; in get_note()
437 if (pos_idx == -1) { in set_length()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/chibi/
H A Dcp_pattern.cpp122 if (pos_idx == -1) { in erase_event_at_pos()
123 CP_ERR_COND_V(pos_idx == -1, true); in erase_event_at_pos()
126 if (pos_idx == event_count || event_list[pos_idx].pos != p_pos) { in erase_event_at_pos()
188 if (pos_idx == -1) { in set_note()
194 if (pos_idx == event_count || event_list[pos_idx].pos != target_pos) { in set_note()
217 new_pos = pos_idx; in set_note()
247 if (pos_idx == -1) { in get_note()
253 if (pos_idx >= event_count || event_list[pos_idx].pos != target_pos) { in get_note()
260 n.note = event_list[pos_idx].note; in get_note()
437 if (pos_idx == -1) { in set_length()
[all …]
/dports/games/freecell-solver/freecell-solver-6.2.0/t/
H A Ddbm-kaztree-compare-records-test.c22 for (size_t pos_idx = 1; pos_idx < sizeof(fcs_encoded_state_buffer); in main_tests() local
23 pos_idx++) in main_tests()
33 rec_a.key_and_move_to_parent.s[pos_idx] = '\x01'; in main_tests()
36 rec_a.key.s[pos_idx] = '\x01'; in main_tests()
44 (unsigned)pos_idx); in main_tests()
53 (unsigned)pos_idx); in main_tests()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/services/
H A DmallocSiteTable.hpp180 size_t pos_idx) { in access_stack() argument
184 MallocSite* site = malloc_site(bucket_idx, pos_idx); in access_stack()
201 size_t* bucket_idx, size_t* pos_idx, MEMFLAGS flags) { in allocation_at() argument
205 MallocSite* site = lookup_or_add(stack, bucket_idx, pos_idx, flags); in allocation_at()
214 static inline bool deallocation_at(size_t size, size_t bucket_idx, size_t pos_idx) { in deallocation_at() argument
218 MallocSite* site = malloc_site(bucket_idx, pos_idx); in deallocation_at()
237 …static MallocSite* lookup_or_add(const NativeCallStack& key, size_t* bucket_idx, size_t* pos_idx, …
238 static MallocSite* malloc_site(size_t bucket_idx, size_t pos_idx);
H A DmallocSiteTable.cpp143 size_t* pos_idx, MEMFLAGS flags) { in lookup_or_add() argument
147 *pos_idx = 0; in lookup_or_add()
164 while (head != NULL && (*pos_idx) <= MAX_BUCKET_LENGTH) { in lookup_or_add()
170 if (head->next() == NULL && (*pos_idx) < MAX_BUCKET_LENGTH) { in lookup_or_add()
175 (*pos_idx) ++; in lookup_or_add()
182 (*pos_idx) ++; in lookup_or_add()
188 MallocSite* MallocSiteTable::malloc_site(size_t bucket_idx, size_t pos_idx) { in malloc_site() argument
192 index < pos_idx && head != NULL; in malloc_site()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/services/
H A DmallocSiteTable.hpp180 size_t pos_idx) { in access_stack() argument
184 MallocSite* site = malloc_site(bucket_idx, pos_idx); in access_stack()
201 size_t* bucket_idx, size_t* pos_idx, MEMFLAGS flags) { in allocation_at() argument
205 MallocSite* site = lookup_or_add(stack, bucket_idx, pos_idx, flags); in allocation_at()
214 static inline bool deallocation_at(size_t size, size_t bucket_idx, size_t pos_idx) { in deallocation_at() argument
218 MallocSite* site = malloc_site(bucket_idx, pos_idx); in deallocation_at()
237 …static MallocSite* lookup_or_add(const NativeCallStack& key, size_t* bucket_idx, size_t* pos_idx, …
238 static MallocSite* malloc_site(size_t bucket_idx, size_t pos_idx);
H A DmallocSiteTable.cpp143 size_t* pos_idx, MEMFLAGS flags) { in lookup_or_add() argument
147 *pos_idx = 0; in lookup_or_add()
164 while (head != NULL && (*pos_idx) <= MAX_BUCKET_LENGTH) { in lookup_or_add()
170 if (head->next() == NULL && (*pos_idx) < MAX_BUCKET_LENGTH) { in lookup_or_add()
175 (*pos_idx) ++; in lookup_or_add()
182 (*pos_idx) ++; in lookup_or_add()
188 MallocSite* MallocSiteTable::malloc_site(size_t bucket_idx, size_t pos_idx) { in malloc_site() argument
192 index < pos_idx && head != NULL; in malloc_site()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/services/
H A DmallocSiteTable.hpp180 size_t pos_idx) { in access_stack() argument
184 MallocSite* site = malloc_site(bucket_idx, pos_idx); in access_stack()
201 size_t* bucket_idx, size_t* pos_idx, MEMFLAGS flags) { in allocation_at() argument
205 MallocSite* site = lookup_or_add(stack, bucket_idx, pos_idx, flags); in allocation_at()
214 static inline bool deallocation_at(size_t size, size_t bucket_idx, size_t pos_idx) { in deallocation_at() argument
218 MallocSite* site = malloc_site(bucket_idx, pos_idx); in deallocation_at()
237 …static MallocSite* lookup_or_add(const NativeCallStack& key, size_t* bucket_idx, size_t* pos_idx, …
238 static MallocSite* malloc_site(size_t bucket_idx, size_t pos_idx);
H A DmallocSiteTable.cpp118 size_t* pos_idx, MEMFLAGS flags) { in lookup_or_add() argument
122 *pos_idx = 0; in lookup_or_add()
139 while (head != NULL && (*pos_idx) <= MAX_BUCKET_LENGTH) { in lookup_or_add()
145 if (head->next() == NULL && (*pos_idx) < MAX_BUCKET_LENGTH) { in lookup_or_add()
150 (*pos_idx) ++; in lookup_or_add()
157 (*pos_idx) ++; in lookup_or_add()
163 MallocSite* MallocSiteTable::malloc_site(size_t bucket_idx, size_t pos_idx) { in malloc_site() argument
167 index < pos_idx && head != NULL; in malloc_site()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/services/
H A DmallocSiteTable.hpp182 size_t pos_idx) { in access_stack() argument
186 MallocSite* site = malloc_site(bucket_idx, pos_idx); in access_stack()
203 size_t* bucket_idx, size_t* pos_idx, MEMFLAGS flags) { in allocation_at() argument
207 MallocSite* site = lookup_or_add(stack, bucket_idx, pos_idx, flags); in allocation_at()
216 static inline bool deallocation_at(size_t size, size_t bucket_idx, size_t pos_idx) { in deallocation_at() argument
220 MallocSite* site = malloc_site(bucket_idx, pos_idx); in deallocation_at()
239 …static MallocSite* lookup_or_add(const NativeCallStack& key, size_t* bucket_idx, size_t* pos_idx, …
240 static MallocSite* malloc_site(size_t bucket_idx, size_t pos_idx);
H A DmallocSiteTable.cpp118 size_t* pos_idx, MEMFLAGS flags) { in lookup_or_add() argument
122 *pos_idx = 0; in lookup_or_add()
139 while (head != NULL && (*pos_idx) <= MAX_BUCKET_LENGTH) { in lookup_or_add()
145 if (head->next() == NULL && (*pos_idx) < MAX_BUCKET_LENGTH) { in lookup_or_add()
150 (*pos_idx) ++; in lookup_or_add()
157 (*pos_idx) ++; in lookup_or_add()
163 MallocSite* MallocSiteTable::malloc_site(size_t bucket_idx, size_t pos_idx) { in malloc_site() argument
167 index < pos_idx && head != NULL; in malloc_site()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/services/
H A DmallocSiteTable.hpp173 size_t pos_idx) { in access_stack() argument
177 MallocSite* site = malloc_site(bucket_idx, pos_idx); in access_stack()
194 size_t* bucket_idx, size_t* pos_idx, MEMFLAGS flags) { in allocation_at() argument
198 MallocSite* site = lookup_or_add(stack, bucket_idx, pos_idx, flags); in allocation_at()
207 static inline bool deallocation_at(size_t size, size_t bucket_idx, size_t pos_idx) { in deallocation_at() argument
211 MallocSite* site = malloc_site(bucket_idx, pos_idx); in deallocation_at()
232 …static MallocSite* lookup_or_add(const NativeCallStack& key, size_t* bucket_idx, size_t* pos_idx, …
233 static MallocSite* malloc_site(size_t bucket_idx, size_t pos_idx);
H A DmallocSiteTable.cpp118 size_t* pos_idx, MEMFLAGS flags) { in lookup_or_add() argument
123 *pos_idx = 0; in lookup_or_add()
140 while (head != NULL && (*pos_idx) <= MAX_BUCKET_LENGTH) { in lookup_or_add()
148 if (head->next() == NULL && (*pos_idx) < MAX_BUCKET_LENGTH) { in lookup_or_add()
153 (*pos_idx) ++; in lookup_or_add()
160 (*pos_idx) ++; in lookup_or_add()
166 MallocSite* MallocSiteTable::malloc_site(size_t bucket_idx, size_t pos_idx) { in malloc_site() argument
170 index < pos_idx && head != NULL; in malloc_site()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/services/
H A DmallocSiteTable.hpp182 size_t pos_idx) { in access_stack() argument
186 MallocSite* site = malloc_site(bucket_idx, pos_idx); in access_stack()
203 size_t* bucket_idx, size_t* pos_idx, MEMFLAGS flags) { in allocation_at() argument
207 MallocSite* site = lookup_or_add(stack, bucket_idx, pos_idx, flags); in allocation_at()
216 static inline bool deallocation_at(size_t size, size_t bucket_idx, size_t pos_idx) { in deallocation_at() argument
220 MallocSite* site = malloc_site(bucket_idx, pos_idx); in deallocation_at()
239 …static MallocSite* lookup_or_add(const NativeCallStack& key, size_t* bucket_idx, size_t* pos_idx, …
240 static MallocSite* malloc_site(size_t bucket_idx, size_t pos_idx);
H A DmallocSiteTable.cpp118 size_t* pos_idx, MEMFLAGS flags) { in lookup_or_add() argument
122 *pos_idx = 0; in lookup_or_add()
139 while (head != NULL && (*pos_idx) <= MAX_BUCKET_LENGTH) { in lookup_or_add()
145 if (head->next() == NULL && (*pos_idx) < MAX_BUCKET_LENGTH) { in lookup_or_add()
150 (*pos_idx) ++; in lookup_or_add()
157 (*pos_idx) ++; in lookup_or_add()
163 MallocSite* MallocSiteTable::malloc_site(size_t bucket_idx, size_t pos_idx) { in malloc_site() argument
167 index < pos_idx && head != NULL; in malloc_site()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/services/
H A DmallocSiteTable.hpp182 size_t pos_idx) { in access_stack() argument
186 MallocSite* site = malloc_site(bucket_idx, pos_idx); in access_stack()
203 size_t* bucket_idx, size_t* pos_idx, MEMFLAGS flags) { in allocation_at() argument
207 MallocSite* site = lookup_or_add(stack, bucket_idx, pos_idx, flags); in allocation_at()
216 static inline bool deallocation_at(size_t size, size_t bucket_idx, size_t pos_idx) { in deallocation_at() argument
220 MallocSite* site = malloc_site(bucket_idx, pos_idx); in deallocation_at()
239 …static MallocSite* lookup_or_add(const NativeCallStack& key, size_t* bucket_idx, size_t* pos_idx, …
240 static MallocSite* malloc_site(size_t bucket_idx, size_t pos_idx);
H A DmallocSiteTable.cpp118 size_t* pos_idx, MEMFLAGS flags) { in lookup_or_add() argument
122 *pos_idx = 0; in lookup_or_add()
139 while (head != NULL && (*pos_idx) <= MAX_BUCKET_LENGTH) { in lookup_or_add()
145 if (head->next() == NULL && (*pos_idx) < MAX_BUCKET_LENGTH) { in lookup_or_add()
150 (*pos_idx) ++; in lookup_or_add()
157 (*pos_idx) ++; in lookup_or_add()
163 MallocSite* MallocSiteTable::malloc_site(size_t bucket_idx, size_t pos_idx) { in malloc_site() argument
167 index < pos_idx && head != NULL; in malloc_site()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/services/
H A DmallocSiteTable.hpp184 size_t pos_idx) { in access_stack() argument
188 MallocSite* site = malloc_site(bucket_idx, pos_idx); in access_stack()
205 size_t* bucket_idx, size_t* pos_idx, MEMFLAGS flags) { in allocation_at() argument
209 MallocSite* site = lookup_or_add(stack, bucket_idx, pos_idx, flags); in allocation_at()
218 static inline bool deallocation_at(size_t size, size_t bucket_idx, size_t pos_idx) { in deallocation_at() argument
222 MallocSite* site = malloc_site(bucket_idx, pos_idx); in deallocation_at()
241 …static MallocSite* lookup_or_add(const NativeCallStack& key, size_t* bucket_idx, size_t* pos_idx, …
242 static MallocSite* malloc_site(size_t bucket_idx, size_t pos_idx);
H A DmallocSiteTable.cpp118 size_t* pos_idx, MEMFLAGS flags) { in lookup_or_add() argument
122 *pos_idx = 0; in lookup_or_add()
139 while (head != NULL && (*pos_idx) <= MAX_BUCKET_LENGTH) { in lookup_or_add()
145 if (head->next() == NULL && (*pos_idx) < MAX_BUCKET_LENGTH) { in lookup_or_add()
150 (*pos_idx) ++; in lookup_or_add()
157 (*pos_idx) ++; in lookup_or_add()
163 MallocSite* MallocSiteTable::malloc_site(size_t bucket_idx, size_t pos_idx) { in malloc_site() argument
167 index < pos_idx && head != NULL; in malloc_site()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/services/
H A DmallocSiteTable.hpp183 size_t pos_idx) { in access_stack() argument
187 MallocSite* site = malloc_site(bucket_idx, pos_idx); in access_stack()
204 size_t* bucket_idx, size_t* pos_idx, MEMFLAGS flags) { in allocation_at() argument
208 MallocSite* site = lookup_or_add(stack, bucket_idx, pos_idx, flags); in allocation_at()
217 static inline bool deallocation_at(size_t size, size_t bucket_idx, size_t pos_idx) { in deallocation_at() argument
221 MallocSite* site = malloc_site(bucket_idx, pos_idx); in deallocation_at()
240 …static MallocSite* lookup_or_add(const NativeCallStack& key, size_t* bucket_idx, size_t* pos_idx, …
241 static MallocSite* malloc_site(size_t bucket_idx, size_t pos_idx);
H A DmallocSiteTable.cpp143 size_t* pos_idx, MEMFLAGS flags) { in lookup_or_add() argument
148 *pos_idx = 0; in lookup_or_add()
165 while (head != NULL && (*pos_idx) <= MAX_BUCKET_LENGTH) { in lookup_or_add()
171 if (head->next() == NULL && (*pos_idx) < MAX_BUCKET_LENGTH) { in lookup_or_add()
176 (*pos_idx) ++; in lookup_or_add()
183 (*pos_idx) ++; in lookup_or_add()
189 MallocSite* MallocSiteTable::malloc_site(size_t bucket_idx, size_t pos_idx) { in malloc_site() argument
192 for (size_t index = 0; index < pos_idx && head != NULL; in malloc_site()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/services/
H A DmallocSiteTable.hpp183 size_t pos_idx) { in access_stack() argument
187 MallocSite* site = malloc_site(bucket_idx, pos_idx); in access_stack()
204 size_t* bucket_idx, size_t* pos_idx, MEMFLAGS flags) { in allocation_at() argument
208 MallocSite* site = lookup_or_add(stack, bucket_idx, pos_idx, flags); in allocation_at()
217 static inline bool deallocation_at(size_t size, size_t bucket_idx, size_t pos_idx) { in deallocation_at() argument
221 MallocSite* site = malloc_site(bucket_idx, pos_idx); in deallocation_at()
240 …static MallocSite* lookup_or_add(const NativeCallStack& key, size_t* bucket_idx, size_t* pos_idx, …
241 static MallocSite* malloc_site(size_t bucket_idx, size_t pos_idx);
H A DmallocSiteTable.cpp143 size_t* pos_idx, MEMFLAGS flags) { in lookup_or_add() argument
148 *pos_idx = 0; in lookup_or_add()
165 while (head != NULL && (*pos_idx) <= MAX_BUCKET_LENGTH) { in lookup_or_add()
171 if (head->next() == NULL && (*pos_idx) < MAX_BUCKET_LENGTH) { in lookup_or_add()
176 (*pos_idx) ++; in lookup_or_add()
183 (*pos_idx) ++; in lookup_or_add()
189 MallocSite* MallocSiteTable::malloc_site(size_t bucket_idx, size_t pos_idx) { in malloc_site() argument
192 for (size_t index = 0; index < pos_idx && head != NULL; in malloc_site()
/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/sfutil/
H A Dsf_ipvar.c717 sfip_node_t *pos_idx, *neg_idx; in _sfvar_ip_in4() local
721 pos_idx = var->head; in _sfvar_ip_in4()
724 if(!pos_idx) in _sfvar_ip_in4()
740 while(pos_idx) in _sfvar_ip_in4()
760 if(sfip_is_set(pos_idx->ip)) in _sfvar_ip_in4()
769 pos_idx = pos_idx->next; in _sfvar_ip_in4()
786 sfip_node_t *pos_idx, *neg_idx; in _sfvar_ip_in6() local
790 pos_idx = var->head; in _sfvar_ip_in6()
793 if(!pos_idx) in _sfvar_ip_in6()
809 while(pos_idx) in _sfvar_ip_in6()
[all …]
/dports/security/barnyard2/barnyard2-2-1.13/src/sfutil/
H A Dsf_ipvar.c717 sfip_node_t *pos_idx, *neg_idx; in _sfvar_ip_in4() local
721 pos_idx = var->head; in _sfvar_ip_in4()
724 if(!pos_idx) in _sfvar_ip_in4()
740 while(pos_idx) in _sfvar_ip_in4()
760 if(sfip_is_set(pos_idx->ip)) in _sfvar_ip_in4()
769 pos_idx = pos_idx->next; in _sfvar_ip_in4()
786 sfip_node_t *pos_idx, *neg_idx; in _sfvar_ip_in6() local
790 pos_idx = var->head; in _sfvar_ip_in6()
793 if(!pos_idx) in _sfvar_ip_in6()
809 while(pos_idx) in _sfvar_ip_in6()
[all …]

12345678