HomeSort by relevance Sort by last modified time
    Searched refs:idx (Results 326 - 350 of 1388) sorted by null

<<11121314151617181920>>

  /external/grub/netboot/
otulip.c 82 int idx; local
83 for (idx = (300 / 33) + 1; idx > 0; idx--)
111 unsigned idx; local
119 for (idx = 0; idx <= lastidx; idx++) {
127 for (bits = idx|cmdmask, bit = bitwidth + 3; bit > 0; bit--, bits <<= 1)
147 srom[idx*2] = data & 0xFF
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 454 return ((CvSparseVecElem32f*)a)->idx - ((CvSparseVecElem32f*)b)->idx;
461 CvMat* idx = 0; local
527 CV_CALL( idx = cvCreateMat( 1, idx_selected, CV_32SC1 ));
528 dsti = idx->data.i;
558 cvReleaseMat( &idx );
560 return idx;
618 int idx = map ? map[i] : i; local
619 assert( (unsigned)idx < (unsigned)tm_size );
620 dst[i] = (uchar)(src[idx*tm_step] != 0)
684 int idx = map ? map[i] : i; local
694 int idx = map ? map[i] : i; local
773 int idx = map ? map[i] : i; local
1280 int idx = *CV_NODE_IDX( sparse, node ); local
1296 int idx = *CV_NODE_IDX( sparse, node ); local
    [all...]
  /external/freetype/src/cff/
cffobjs.c 403 FT_Int32 idx = 0; local
412 for ( idx = 0; idx < 6; idx++ )
415 if ( !( 'A' <= name[idx] && name[idx] <= 'Z' ) )
421 for ( idx = 7; idx < length; idx++ )
422 name[idx - 7] = name[idx]
446 FT_Int idx; local
620 FT_UInt idx; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
StdConstantPool.java 131 * @param idx the bad cpi
135 private static Constant throwInvalid(int idx) {
137 Hex.u2(idx));
  /dalvik/dx/src/com/android/dx/cf/code/
Machine.java 111 * @param idx {@code >= 0;} the local variable index
113 public void localArg(Frame frame, int idx);
200 * @param idx {@code >= 0;} the local variable index
204 public void localTarget(int idx, Type type, LocalItem local);
  /dalvik/dx/src/com/android/dx/rop/cst/
StdConstantPool.java 131 * @param idx the bad cpi
135 private static Constant throwInvalid(int idx) {
137 Hex.u2(idx));
  /dalvik/vm/compiler/
CompilerUtility.h 47 size_t idx; member in struct:GrowableListIterator
64 intptr_t dvmGrowableListGetElement(const GrowableList *gList, size_t idx);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRPtrBuffer.h 85 - (void) insertObject:(id)aRule atIndex:(NSInteger)idx;
86 - (id) objectAtIndex:(NSInteger)idx;
ANTLRTreeNodeStream.h 46 - (id) getNode:(NSInteger) idx;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRPtrBuffer.h 85 - (void) insertObject:(id)aRule atIndex:(NSInteger)idx;
86 - (id) objectAtIndex:(NSInteger)idx;
ANTLRTreeNodeStream.h 46 - (id) getNode:(NSInteger) idx;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRPtrBuffer.h 85 - (void) insertObject:(id)aRule atIndex:(NSInteger)idx;
86 - (id) objectAtIndex:(NSInteger)idx;
ANTLRTreeNodeStream.h 46 - (id) getNode:(NSInteger) idx;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
AMutableArray.h 34 - (void) removeObjectAtIndex:(NSInteger)idx;
35 - (void) replaceObjectAtIndex:(NSInteger)idx withObject:(id)obj;
ANTLRIntArray.h 38 NSInteger idx; variable
69 @property (assign) NSInteger idx; variable
ANTLRTreeNodeStream.h 39 - (id) getTree:(NSInteger) idx;
  /external/clang/INPUTS/
stpcpy-test.c 11 #define __STRING2_SMALL_GET16(src, idx) (((__const unsigned char *) (__const char *) (src))[idx + 1] << 8 | ((__const unsigned char *) (__const char *) (src))[idx])
13 #define __STRING2_SMALL_GET32(src, idx) (((((__const unsigned char *) (__const char *) (src))[idx + 3] << 8 | ((__const unsigned char *) (__const char *) (src))[idx + 2]) << 8 | ((__const unsigned char *) (__const char *) (src))[idx + 1]) << 8 | ((__const unsigned char *) (__const char *) (src))[idx])
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
StdConstantPool.java 131 * @param idx the bad cpi
135 private static Constant throwInvalid(int idx) {
137 Hex.u2(idx));
  /external/dropbear/libtomcrypt/src/hashes/chc/
chc.c 44 int err, kl, idx; local
68 if ((err = hash_is_valid(idx = find_hash("chc_hash"))) != CRYPT_OK) {
73 hash_descriptor[idx].hashsize =
74 hash_descriptor[idx].blocksize = cipher_descriptor[cipher].block_length;
76 /* store the idx and block size */
266 int x, oldhashidx, idx; local
271 if ((idx = find_cipher("aes")) == -1) {
272 if ((idx = find_cipher("rijndael")) == -1) {
277 chc_register(idx);
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_shared_secret.c 52 if (ltc_ecc_is_valid_idx(private_key->idx) == 0 || ltc_ecc_is_valid_idx(public_key->idx) == 0) {
  /external/freetype/src/base/
fttype1.c 97 FT_UInt idx,
108 result = service->ps_get_font_value( face, key, idx,
  /external/icu4c/common/
ucase.c 107 #define HAS_SLOT(flags, idx) ((flags)&(1<<(idx)))
108 #define SLOT_OFFSET(flags, idx) flagsOffset[(flags)&((1<<(idx))-1)]
111 * Get the value of an optional-value slot where HAS_SLOT(excWord, idx).
114 * @param idx (in) desired slot index
119 #define GET_SLOT_VALUE(excWord, idx, pExc16, value) \
121 (pExc16)+=SLOT_OFFSET(excWord, idx); \
124 (pExc16)+=2*SLOT_OFFSET(excWord, idx); \
175 int32_t idx; local
245 int32_t idx, closureLength, fullLength, length; local
933 int32_t full, idx; local
1079 int32_t idx; local
1143 int32_t full, idx; local
    [all...]
  /external/icu4c/tools/toolutil/
toolutil.cpp 212 int32_t capacity, maxCapacity, size, idx; member in struct:UToolMemory
236 mem->idx=0;
258 return mem->idx;
285 uprv_memcpy(mem->array, mem->staticArray, mem->idx*mem->size);
304 int32_t oldIndex=mem->idx;
308 mem->idx=newIndex;
317 int32_t oldIndex=mem->idx;
321 mem->idx=newIndex;
  /external/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 57 unsigned& operator[](size_t idx) const {
62 return Data[(Head + idx) & (Depth-1)];
  /external/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h 89 void setFramePointerSaveIndex(int Idx) { FramePointerSaveIndex = Idx; }
92 void setReturnAddrSaveIndex(int idx) { ReturnAddrSaveIndex = idx; }

Completed in 854 milliseconds

<<11121314151617181920>>