Home
last modified time | relevance | path

Searched refs:my_index (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/kernel/sched/pthreads/
Dpth_str01.c171 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 …]
Dpth_str03.c190 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/
Dir_builder_print_visitor.cpp206 const unsigned my_index = next_ir_index++; in visit() local
208 _mesa_hash_table_insert(index_map, ir, (void *)(uintptr_t) my_index); in visit()
230 my_index, in visit()
235 my_index, in visit()
245 print_with_indent("sig_parameters.push_tail(r%04X);\n", my_index); in visit()
248 print_with_indent("body.emit(r%04X);\n", my_index); in visit()
348 const unsigned my_index = next_ir_index++; in visit() local
350 _mesa_hash_table_insert(index_map, ir, (void *)(uintptr_t) my_index); in visit()
356 print_with_indent("ir_constant *const r%04X = ", my_index); in visit()
366 print_with_indent("ir_constant *const r%04X = ", my_index); in visit()
[all …]
/external/libusb/msvc/getopt/
Dgetopt.c199 # 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/flac/src/share/getopt/
Dgetopt.c214 # define my_index strchr macro
227 my_index (const char *str, int chr) in my_index() function
648 || (long_only && (argv[share__optind][2] || !my_index (optstring, argv[share__optind][1])))))
759 || my_index (optstring, *nextchar) == NULL)
783 char *temp = my_index (optstring, c);
/external/mtools/
Dfloppyd.c379 static void put_dword(Packet packet, int my_index, Dword val) { in put_dword() argument
380 dword2byte(val, packet->data+my_index); in put_dword()
383 static void put_qword(Packet packet, int my_index, Qword val) { in put_qword() argument
384 qword2byte(val, packet->data+my_index); in put_qword()
387 static Dword get_dword(Packet packet, int my_index) { in get_dword() argument
388 return byte2dword(packet->data+my_index); in get_dword()
391 static Qword get_qword(Packet packet, int my_index) { in get_qword() argument
392 return byte2qword(packet->data+my_index); in get_qword()
/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Dencode.c213 int my_index; in WebRtcIsac_EncodeLb() local
392 my_index = ISACencLB_obj->SaveEnc_obj.startIdx * FRAMESAMPLES_HALF; in WebRtcIsac_EncodeLb()
393 memcpy(&ISACencLB_obj->SaveEnc_obj.fre[my_index], fre, sizeof(fre)); in WebRtcIsac_EncodeLb()
394 memcpy(&ISACencLB_obj->SaveEnc_obj.fim[my_index], fim, sizeof(fim)); in WebRtcIsac_EncodeLb()
470 my_index = ISACencLB_obj->SaveEnc_obj.startIdx * FRAMESAMPLES_HALF; in WebRtcIsac_EncodeLb()
471 memcpy(&ISACencLB_obj->SaveEnc_obj.fre[my_index], fre, sizeof(fre)); in WebRtcIsac_EncodeLb()
472 memcpy(&ISACencLB_obj->SaveEnc_obj.fim[my_index], fim, sizeof(fim)); in WebRtcIsac_EncodeLb()