HomeSort by relevance Sort by last modified time
    Searched defs:end_p (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
compute_memory_pool.c 250 struct compute_memory_item *pending_list = NULL, *end_p = NULL; local
267 if (end_p) {
268 end_p->next = item;
285 item->prev = end_p;
287 end_p = item;
  /external/mesa3d/src/gallium/drivers/r600/
compute_memory_pool.c 250 struct compute_memory_item *pending_list = NULL, *end_p = NULL; local
267 if (end_p) {
268 end_p->next = item;
285 item->prev = end_p;
287 end_p = item;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow.h 228 ssa_use_operand_t *end_p; member in struct:immediate_use_iterator_d
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow.h 228 ssa_use_operand_t *end_p; member in struct:immediate_use_iterator_d
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow.h 228 ssa_use_operand_t *end_p; member in struct:immediate_use_iterator_d
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow.h 228 ssa_use_operand_t *end_p; member in struct:immediate_use_iterator_d
  /ndk/sources/host-tools/make-3.81/
function.c 761 char *end_p=0;
774 end_p = argv[1];
775 while ((p = find_next_token (&end_p, 0)) != 0)
780 o = variable_buffer_output (o, p, end_p - p);
806 char *end_p = argv[2];
809 while (((p = find_next_token (&end_p, 0)) != 0) && --start)
815 while (--count && (find_next_token (&end_p, 0) != 0))
819 o = variable_buffer_output (o, p, end_p - p);
754 char *end_p=0; local
799 char *end_p = argv[2]; local
    [all...]

Completed in 8605 milliseconds