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

  /external/grub/lib/
getopt.c 203 # define my_index strchr
220 my_index (str, chr)
643 || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1])))))
754 || my_index (optstring, *nextchar) == NULL)
778 char *temp = my_index (optstring, c);
201 # define my_index macro
218 my_index (str, chr) function
  /ndk/sources/host-tools/make-3.81/
getopt.c 197 # define my_index strchr
214 my_index (const char *str, int chr)
625 || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1])))))
735 || my_index (optstring, *nextchar) == NULL)
759 char *temp = my_index (optstring, c);
196 # define my_index macro
213 my_index (const char *str, int chr) function
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
encode.c 210 int my_index; local
388 my_index = ISACencLB_obj->SaveEnc_obj.startIdx * FRAMESAMPLES_HALF;
389 memcpy(&ISACencLB_obj->SaveEnc_obj.fre[my_index], fre, sizeof(fre));
390 memcpy(&ISACencLB_obj->SaveEnc_obj.fim[my_index], fim, sizeof(fim));
466 my_index = ISACencLB_obj->SaveEnc_obj.startIdx * FRAMESAMPLES_HALF;
467 memcpy(&ISACencLB_obj->SaveEnc_obj.fre[my_index], fre, sizeof(fre));
468 memcpy(&ISACencLB_obj->SaveEnc_obj.fim[my_index], fim, sizeof(fim));
    [all...]
  /external/chromium_org/v8/src/
liveedit-debugger.js 576 var my_index = index;
580 code_info_array[index].outer_index == my_index) {
583 var node = new CodeInfoTreeNode(code_info_array[my_index], child_array,
584 my_index);
    [all...]
  /external/v8/src/
liveedit-debugger.js 559 var my_index = index;
563 code_info_array[index].outer_index == my_index) {
566 var node = new CodeInfoTreeNode(code_info_array[my_index], child_array,
567 my_index);
    [all...]

Completed in 1962 milliseconds