HomeSort by relevance Sort by last modified time
    Searched refs:my_index (Results 1 - 10 of 10) sorted by null

  /external/ltp/testcases/kernel/sched/pthreads/
pth_str01.c 171 int my_index, rc; local
186 my_index = node_count++;
188 tst_resm(TINFO, "thread %d started", my_index);
194 info_p = &child_info[my_index];
195 info_p->index = my_index;
198 printf("thread %d info_p=%p\n", my_index, info_p);
208 printf("thread %d locking child_mutex %p\n", my_index,
215 my_index, parent->child_count);
220 printf("thread %d unlocking child_mutex %p\n", my_index,
227 printf("thread %d node_count = %d\n", my_index, node_count)
323 int rc, child, my_index; local
    [all...]
pth_str03.c 190 int my_index, rc; local
203 my_index = node_count++;
205 tst_resm(TINFO, "thread %d started", my_index);
208 info_p = &child_info[my_index];
209 info_p->index = my_index;
210 info_p->sum = (long)my_index;
213 printf("thread %d info_p=%p\n", my_index, info_p);
221 printf("thread %d locking child_mutex %p\n", my_index,
228 my_index, parent->child_count);
233 printf("thread %d unlocking child_mutex %p\n", my_index,
325 int rc, child, my_index; local
    [all...]
  /art/test/626-const-class-linking/src/
RacyMisbehavingLoader.java 62 int my_index = syncWithOtherInstances(count); local
64 if ((my_index & 1) == 0) {
66 result = defining_loaders[my_index & 1].loadClass(name, resolve);
73 result = defining_loaders[my_index & 1].loadClass("Test3", resolve);
81 int my_index; local
83 my_index = index;
97 return my_index;
RacyLoader.java 51 int my_index = syncWithOtherInstances(count); local
52 Class<?> result = defining_loaders[my_index & 1].loadClass(name, resolve);
60 int my_index; local
62 my_index = index;
76 return my_index;
Main.java 131 final int my_index = i; local
136 results[my_index] = get.invoke(null);
138 results[my_index] = ite.getCause();
140 results[my_index] = t;
167 final int my_index = i; local
171 Class<?> helper = (my_index < threads.length / 2) ? helper1 : helper3;
173 results[my_index] = get.invoke(null);
175 results[my_index] = ite.getCause();
177 results[my_index] = t;
203 final int my_index = i local
238 final int my_index = i; local
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir_builder_print_visitor.cpp 205 const unsigned my_index = next_ir_index++; local
207 _mesa_hash_table_insert(index_map, ir, (void *)(uintptr_t) my_index);
229 my_index,
234 my_index,
244 print_with_indent("sig_parameters.push_tail(r%04X);\n", my_index);
247 print_with_indent("body.emit(r%04X);\n", my_index);
347 const unsigned my_index = next_ir_index++; local
349 _mesa_hash_table_insert(index_map, ir, (void *)(uintptr_t) my_index);
355 print_with_indent("ir_constant *const r%04X = ", my_index);
365 print_with_indent("ir_constant *const r%04X = ", my_index);
458 const unsigned my_index = next_ir_index++; local
596 const unsigned my_index = next_ir_index++; local
610 const unsigned my_index = next_ir_index++; local
680 const unsigned my_index = next_ir_index++; local
718 const unsigned my_index = next_ir_index++; local
    [all...]
  /external/libusb/examples/getopt/
getopt.c 201 # define my_index strchr
223 my_index (str, chr)
646 || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1])))))
761 || my_index (optstring, *nextchar) == NULL)
785 char *temp = my_index (optstring, c);
199 # define my_index macro
221 my_index (str, chr) function
  /toolchain/binutils/binutils-2.25/libiberty/
getopt.c 204 # define my_index strchr
231 my_index (const char *str, int chr)
646 || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1])))))
758 || my_index (optstring, *nextchar) == NULL)
782 char *temp = my_index (optstring, c);
202 # define my_index macro
229 my_index (const char *str, int chr) function
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
encode.c 211 int my_index; local
390 my_index = ISACencLB_obj->SaveEnc_obj.startIdx * FRAMESAMPLES_HALF;
391 memcpy(&ISACencLB_obj->SaveEnc_obj.fre[my_index], fre, sizeof(fre));
392 memcpy(&ISACencLB_obj->SaveEnc_obj.fim[my_index], fim, sizeof(fim));
468 my_index = ISACencLB_obj->SaveEnc_obj.startIdx * FRAMESAMPLES_HALF;
469 memcpy(&ISACencLB_obj->SaveEnc_obj.fre[my_index], fre, sizeof(fre));
470 memcpy(&ISACencLB_obj->SaveEnc_obj.fim[my_index], fim, sizeof(fim));
    [all...]
  /external/v8/src/debug/
liveedit.js 493 var my_index = index;
497 code_info_array[index].outer_index == my_index) {
500 var node = new CodeInfoTreeNode(code_info_array[my_index], child_array,
501 my_index);
    [all...]

Completed in 5199 milliseconds