HomeSort by relevance Sort by last modified time
    Searched defs:index (Results 1 - 25 of 8062) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/libiberty/
index.c 1 /* Stub implementation of (obsolete) index(). */
5 @deftypefn Supplemental char* index (char *@var{s}, int @var{c})
8 the string @var{s}, or @code{NULL} if not found. The use of @code{index} is
18 index (const char *s, int c) function
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseMapElement.h 36 NSNumber *index; variable
39 @property (retain, getter=getIndex, setter=setIndex:) NSNumber *index; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseMapElement.h 36 NSNumber *index; variable
39 @property (retain, getter=getIndex, setter=setIndex:) NSNumber *index; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseMapElement.h 36 NSNumber *index; variable
39 @property (retain, getter=getIndex, setter=setIndex:) NSNumber *index; variable
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseMapElement.h 36 NSNumber *index; variable
39 @property (retain) NSNumber *index; variable
ANTLRCharStreamState.h 36 NSInteger index; variable
41 @property (assign) NSInteger index; variable
ANTLRStringStreamState.h 35 NSUInteger index; variable
54 @property (assign) NSUInteger index; variable
ArrayIterator.h 53 NSInteger index; variable
76 @property (assign) NSInteger index; variable
  /external/syslinux/gnu-efi/gnu-efi-3.0/apps/
t4.c 7 UINTN index; local
11 uefi_call_wrapper(systab->BootServices->WaitForEvent, 3, 1, &systab->ConIn->WaitForKey, &index);
  /art/test/562-checker-no-intermediate/src/
Main.java 27 /// CHECK-DAG: <<Index:i\d+>> BoundsCheck
28 /// CHECK-DAG: <<ArrayGet:i\d+>> ArrayGet [<<Array>>,<<Index>>]
31 /// CHECK-DAG: ArraySet [<<Array>>,<<Index>>,<<Add>>]
37 /// CHECK-DAG: <<Index:i\d+>> BoundsCheck
39 /// CHECK-DAG: <<ArrayGet:i\d+>> ArrayGet [<<Address1>>,<<Index>>]
43 /// CHECK-DAG: ArraySet [<<Address2>>,<<Index>>,<<Add>>]
49 /// CHECK-DAG: <<Index:i\d+>> BoundsCheck
51 /// CHECK-DAG: <<ArrayGet:i\d+>> ArrayGet [<<Address1>>,<<Index>>]
55 /// CHECK-DAG: ArraySet [<<Address2>>,<<Index>>,<<Add>>]
61 /// CHECK-DAG: <<Index:i\d+>> BoundsChec
95 static int index = 0; field in class:Main
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
strings.h 51 #define index(x,y) strchr((x), (y)) macro
  /external/aac/libSBRdec/src/
huff_dec.cpp 96 The table entries are interpreted either as index to the next entry
108 SCHAR index = 0; local
111 while (index >= 0) {
113 index = h[index][bit];
116 value = index+64; /* Add offset */
  /external/clang/include/clang/Index/
USRGeneration.h 21 namespace index { namespace in namespace:clang
58 } // namespace index
CodegenNameGenerator.h 26 namespace index { namespace in namespace:clang
49 } // namespace index
  /external/compiler-rt/test/asan/TestCases/
heap-overflow-large.cc 17 int index = atoi(argv[1]); local
18 unsigned res = x[index];
  /external/eigen/doc/examples/
Tutorial_ReductionsVisitorsBroadcasting_broadcast_1nn.cpp 18 MatrixXf::Index index; local
20 (m.colwise() - v).colwise().squaredNorm().minCoeff(&index);
22 cout << "Nearest neighbour is column " << index << ":" << endl;
23 cout << m.col(index) << endl;
  /external/vboot_reference/firmware/2lib/
2tpm_bootmode.c 50 int index = (ctx->flags & VB2_CONTEXT_RECOVERY_MODE ? 2 : 0) + local
53 return kBootStateSHA1Digests[index];
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
decode_bwe.c 34 int16_t index; local
46 err = WebRtcIsacfix_DecodeSendBandwidth(streamdata, &index);
60 index);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
enc_lag6.cpp 106 Word16 -- Return index of encoding
128 index = (T-17)*6 + frac - 3;
131 index = (T - 95) + 463; where T=[95..143]
142 index = (T-(t_min-1))*6 + frac - 3;
146 or 63 as the relative pitch index, it means that a transmission
186 Word16 Enc_lag6( /* o : Return index of encoding */
194 Word16 index; local
203 /* index = T0*6 - 105 + T0_frac */
206 index = add(i, T0_frac, pOverflow);
210 index = add(T0, 368, pOverflow)
    [all...]
cbsearch.cpp 88 Purpose : Inovative codebook search (find index and gain)
200 Word16 index; local
221 &index,
224 *(*anap)++ = index; /* sign index */
236 &index,
239 *(*anap)++ = index; /* sign index */
251 &index,
254 *(*anap)++ = index; /* sign index *
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_Copy16x16.c 75 OMX_INT count,index, x, y; local
86 for (y = 0, count = 0, index = 0; y < 16; y++, count = count + step - 16)
88 for (x = 0; x < 16; x++, count++, index++)
90 pDst[index] = pSrc[count];
omxVCCOMM_Copy8x8.c 75 OMX_INT count,index, x, y; local
86 for (y = 0, count = 0, index = 0; y < 8; y++, count = count + step - 8)
88 for (x = 0; x < 8; x++, count++, index++)
90 pDst[index] = pSrc[count];
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
SoundTriggerSession.cpp 35 ssize_t index = indexOfKey(session); local
36 if (index < 0) {
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_test_fixture.cpp 74 int index = 1; local
76 // First check arguments that can shift the index.
78 index++;
82 index++;
88 if (argc > index + 1) {
89 if (strcmp(argv[index], "--sleep") == 0) {
90 int napTime = atoi(argv[index + 1]);
  /prebuilts/misc/windows/sdl2/test/
testrumble.c 51 int index; local
57 index = -1;
62 "If device is a two-digit number it'll use it as an index, otherwise\n"
70 index = atoi(name);
80 /* We'll just use index or the first force feedback device found */
82 i = (index != -1) ? index : 0;

Completed in 709 milliseconds

1 2 3 4 5 6 7 8 91011>>