| /src/common/dist/zlib/ |
| zutil.c | 189 local int next_ptr = 0; variable 219 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; 220 table[next_ptr].org_ptr = buf; 225 table[next_ptr++].new_ptr = buf; 239 for (n = 0; n < next_ptr; n++) { 243 while (++n < next_ptr) { 246 next_ptr--;
|
| /src/external/gpl3/binutils/dist/zlib/ |
| zutil.c | 187 local int next_ptr = 0; variable 217 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; 218 table[next_ptr].org_ptr = buf; 223 table[next_ptr++].new_ptr = buf; 237 for (n = 0; n < next_ptr; n++) { 241 while (++n < next_ptr) { 244 next_ptr--;
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| zutil.c | 202 local int next_ptr = 0; variable 233 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; 234 table[next_ptr].org_ptr = buf; 239 table[next_ptr++].new_ptr = buf; 254 for (n = 0; n < next_ptr; n++) { 258 while (++n < next_ptr) { 261 next_ptr--;
|
| /src/external/gpl3/gdb/dist/zlib/ |
| zutil.c | 202 local int next_ptr = 0; variable 233 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; 234 table[next_ptr].org_ptr = buf; 239 table[next_ptr++].new_ptr = buf; 254 for (n = 0; n < next_ptr; n++) { 258 while (++n < next_ptr) { 261 next_ptr--;
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| zutil.c | 202 local int next_ptr = 0; variable 233 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; 234 table[next_ptr].org_ptr = buf; 239 table[next_ptr++].new_ptr = buf; 254 for (n = 0; n < next_ptr; n++) { 258 while (++n < next_ptr) { 261 next_ptr--;
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| zutil.c | 207 local int next_ptr = 0; variable 236 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; 237 table[next_ptr].org_ptr = buf; 242 table[next_ptr++].new_ptr = buf; 254 for (n = 0; n < next_ptr; n++) { 258 while (++n < next_ptr) { 261 next_ptr--;
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| sec.c | 19 uintptr_t next_ptr; member in struct:pai_test_allocator_s 63 ta->next_ptr += alignment - 1; 65 (void *)(ta->next_ptr & ~(alignment - 1)), size, 69 ta->next_ptr += size; 86 (void *)ta->next_ptr, size, 90 ta->next_ptr += size; 143 ta->next_ptr = 10 * PAGE;
|
| /src/sys/arch/x68k/stand/libdos/ |
| dos.h | 233 struct dos_prcptr *next_ptr; member in struct:dos_prcptr
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| primary.cc | 3041 gfc_structure_ctor_component **next_ptr; local 3045 next_ptr = comp_head; 3050 next_ptr = &comp_iter->next; 3121 *next_ptr = comp_iter->next;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-avr.c | 2335 merged them onto the list pointed to by NEXT_PTR. Return a pointer to 2340 struct avr_property_record_link **next_ptr) 2358 *next_ptr = new_link; 2359 next_ptr = &new_link->next; 2364 return next_ptr; 2376 struct avr_property_record_link *r_list, **next_ptr; local 2388 next_ptr = &r_list; 2398 next_ptr = append_records_for_section (sec, next_ptr);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-avr.c | 2335 merged them onto the list pointed to by NEXT_PTR. Return a pointer to 2340 struct avr_property_record_link **next_ptr) 2358 *next_ptr = new_link; 2359 next_ptr = &new_link->next; 2364 return next_ptr; 2376 struct avr_property_record_link *r_list, **next_ptr; local 2388 next_ptr = &r_list; 2398 next_ptr = append_records_for_section (sec, next_ptr);
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| primary.cc | 3186 gfc_structure_ctor_component **next_ptr; local 3190 next_ptr = comp_head; 3195 next_ptr = &comp_iter->next; 3266 *next_ptr = comp_iter->next;
|
| /src/external/gpl3/gcc/dist/libgomp/plugin/ |
| plugin-gcn.c | 1821 struct ephemeral_memories_list **next_ptr = &agent->ephemeral_memories_list; local 1830 for (item = *next_ptr; item; next_ptr = &item->next, item = item->next) 1853 *next_ptr = item;
|
| /src/external/gpl3/gcc.old/dist/libgomp/plugin/ |
| plugin-gcn.c | 1702 struct team_arena_list **next_ptr = &agent->team_arena_list; local 1705 for (item = *next_ptr; item; next_ptr = &item->next, item = item->next) 1726 *next_ptr = item;
|
| /src/sys/net/ |
| zlib.c | 5711 local int next_ptr = 0; variable 5740 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; 5741 table[next_ptr].org_ptr = buf; 5746 table[next_ptr++].new_ptr = buf; 5758 for (n = 0; n < next_ptr; n++) { 5762 while (++n < next_ptr) { 5765 next_ptr--;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| omp-low.cc | 2909 tree *next_ptr = &OMP_CLAUSE_CHAIN (probe); local 2912 *prev_ptr = *next_ptr; 2914 prev_ptr = next_ptr;
|
| builtins.cc | 4569 rtx next_ptr = NULL_RTX; 4578 next_ptr = plus_constant (GET_MODE (ptr), ptr, blksize); 4587 next_ptr = XEXP (to, 0); 4592 emit_move_insn (ptr, force_operand (next_ptr, NULL_RTX)); 4568 rtx next_ptr = NULL_RTX; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| omp-low.cc | 2867 tree *next_ptr = &OMP_CLAUSE_CHAIN (probe); local 2870 *prev_ptr = *next_ptr; 2872 prev_ptr = next_ptr;
|
| /src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| mDNS.c | 187 const mDNSu8 *next_ptr; local 190 next_ptr = getDomainName(msg, ptr, end, &name); 191 mdns_require_action_quiet(next_ptr, exit,
|