Searched refs:my_index (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/kernel/sched/pthreads/ |
D | pth_str01.c | 171 int my_index, rc; in synchronize_children() local 186 my_index = node_count++; in synchronize_children() 188 tst_resm(TINFO, "thread %d started", my_index); in synchronize_children() 194 info_p = &child_info[my_index]; in synchronize_children() 195 info_p->index = my_index; in synchronize_children() 198 printf("thread %d info_p=%p\n", my_index, info_p); in synchronize_children() 208 printf("thread %d locking child_mutex %p\n", my_index, in synchronize_children() 215 my_index, parent->child_count); in synchronize_children() 220 printf("thread %d unlocking child_mutex %p\n", my_index, in synchronize_children() 227 printf("thread %d node_count = %d\n", my_index, node_count); in synchronize_children() [all …]
|
D | pth_str03.c | 190 int my_index, rc; in synchronize_children() local 203 my_index = node_count++; in synchronize_children() 205 tst_resm(TINFO, "thread %d started", my_index); in synchronize_children() 208 info_p = &child_info[my_index]; in synchronize_children() 209 info_p->index = my_index; in synchronize_children() 210 info_p->sum = (long)my_index; in synchronize_children() 213 printf("thread %d info_p=%p\n", my_index, info_p); in synchronize_children() 221 printf("thread %d locking child_mutex %p\n", my_index, in synchronize_children() 228 my_index, parent->child_count); in synchronize_children() 233 printf("thread %d unlocking child_mutex %p\n", my_index, in synchronize_children() [all …]
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_builder_print_visitor.cpp | 204 const unsigned my_index = next_ir_index++; in visit() local 206 _mesa_hash_table_insert(index_map, ir, (void *)(uintptr_t) my_index); in visit() 228 my_index, in visit() 233 my_index, in visit() 243 print_with_indent("sig_parameters.push_tail(r%04X);\n", my_index); in visit() 246 print_with_indent("body.emit(r%04X);\n", my_index); in visit() 346 const unsigned my_index = next_ir_index++; in visit() local 348 _mesa_hash_table_insert(index_map, ir, (void *)(uintptr_t) my_index); in visit() 354 print_with_indent("ir_constant *const r%04X = ", my_index); in visit() 364 print_with_indent("ir_constant *const r%04X = ", my_index); in visit() [all …]
|
/external/libusb/examples/getopt/ |
D | getopt.c | 199 # define my_index strchr macro 221 my_index (str, chr) in my_index() function 642 || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1]))))) 757 || my_index (optstring, *nextchar) == NULL) 781 char *temp = my_index (optstring, c);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | encode.c | 211 int my_index; in WebRtcIsac_EncodeLb() local 390 my_index = ISACencLB_obj->SaveEnc_obj.startIdx * FRAMESAMPLES_HALF; in WebRtcIsac_EncodeLb() 391 memcpy(&ISACencLB_obj->SaveEnc_obj.fre[my_index], fre, sizeof(fre)); in WebRtcIsac_EncodeLb() 392 memcpy(&ISACencLB_obj->SaveEnc_obj.fim[my_index], fim, sizeof(fim)); in WebRtcIsac_EncodeLb() 468 my_index = ISACencLB_obj->SaveEnc_obj.startIdx * FRAMESAMPLES_HALF; in WebRtcIsac_EncodeLb() 469 memcpy(&ISACencLB_obj->SaveEnc_obj.fre[my_index], fre, sizeof(fre)); in WebRtcIsac_EncodeLb() 470 memcpy(&ISACencLB_obj->SaveEnc_obj.fim[my_index], fim, sizeof(fim)); in WebRtcIsac_EncodeLb()
|