HomeSort by relevance Sort by last modified time
    Searched refs:idx (Results 801 - 825 of 960) sorted by null

<<313233343536373839

  /external/clearsilver/util/regex/
regex.c 4550 int idx; local
4567 int idx; local
    [all...]
  /external/icu4c/common/
unames.c 1016 uint16_t prefixLength, i, idx; local
1046 idx=(uint16_t)(indexes[--i]+1);
1047 if(idx<factors[i]) {
1049 indexes[i]=idx;
1145 uint16_t i, idx; local
    [all...]
  /external/openssl/crypto/engine/
engine.h 481 int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg);
482 void *ENGINE_get_ex_data(const ENGINE *e, int idx);
    [all...]
  /external/openssl/crypto/x509/
x509.h 947 int X509_set_ex_data(X509 *r, int idx, void *arg);
948 void *X509_get_ex_data(X509 *r, int idx);
    [all...]
x509_vfy.h 447 int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx,int idx,void *data);
448 void * X509_STORE_CTX_get_ex_data(X509_STORE_CTX *ctx,int idx);
  /external/openssl/include/openssl/
engine.h 481 int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg);
482 void *ENGINE_get_ex_data(const ENGINE *e, int idx);
    [all...]
x509.h 947 int X509_set_ex_data(X509 *r, int idx, void *arg);
948 void *X509_get_ex_data(X509 *r, int idx);
    [all...]
x509_vfy.h 447 int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx,int idx,void *data);
448 void * X509_STORE_CTX_get_ex_data(X509_STORE_CTX *ctx,int idx);
  /external/v8/src/
flags.cc 547 const char*& JSArguments::operator[](int idx) { return argv_[idx]; }
runtime.cc     [all...]
flag-definitions.h 80 const char*& operator[](int idx);
  /external/wpa_supplicant/
driver_ipw.c 87 u8 idx; member in struct:ipw_param::__anon6698::__anon6702
265 param->u.crypt.idx = key_idx;
  /external/wpa_supplicant_6/wpa_supplicant/
config.c 1138 const char *value, int idx)
1146 line, idx, value);
1151 line, idx, value);
1157 res = os_snprintf(title, sizeof(title), "wep_key%d", idx);
1205 static char * wpa_config_write_wep_key(struct wpa_ssid *ssid, int idx)
1207 if (ssid->wep_key_len[idx] == 0)
1209 return wpa_config_write_string(ssid->wep_key[idx],
1210 ssid->wep_key_len[idx]);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ipw.c 85 u8 idx; member in struct:ipw_param::__anon6866::__anon6870
263 param->u.crypt.idx = key_idx;
  /ndk/samples/bitmap-plasma/jni/
plasma.c 176 int idx = FIXED_FRAC(x) >> (FIXED_BITS - PALETTE_BITS); local
177 return palette[idx & (PALETTE_SIZE-1)];
  /external/opencore/fileformats/mp4/parser/src/
sampletableatom.cpp 2063 uint32 startIdx = 0, endIdx = 0, k = 0, idx = 0; local
    [all...]
  /dalvik/vm/interp/
Stack.c 989 int idx, depth; local
996 for (idx = 0; fp != NULL; fp = SAVEAREA_FROM_FP(fp)->prevFrame) {
998 array[idx++] = SAVEAREA_FROM_FP(fp)->method;
1000 assert(idx == depth);
    [all...]
  /dalvik/vm/mterp/out/
InterpC-allstubs.c 167 static inline s8 getLongFromArray(const u4* ptr, int idx)
172 ptr += idx;
178 memcpy(&val, &ptr[idx], 8);
181 return *((s8*) &ptr[idx]);
186 static inline void putLongToArray(u4* ptr, int idx, s8 val)
191 ptr += idx;
196 memcpy(&ptr[idx], &val, 8);
198 *((s8*) &ptr[idx]) = val;
203 static inline double getDoubleFromArray(const u4* ptr, int idx)
208 ptr += idx;
    [all...]
InterpC-portdbg.c 167 static inline s8 getLongFromArray(const u4* ptr, int idx)
172 ptr += idx;
178 memcpy(&val, &ptr[idx], 8);
181 return *((s8*) &ptr[idx]);
186 static inline void putLongToArray(u4* ptr, int idx, s8 val)
191 ptr += idx;
196 memcpy(&ptr[idx], &val, 8);
198 *((s8*) &ptr[idx]) = val;
203 static inline double getDoubleFromArray(const u4* ptr, int idx)
208 ptr += idx;
    [all...]
InterpC-portstd.c 167 static inline s8 getLongFromArray(const u4* ptr, int idx)
172 ptr += idx;
178 memcpy(&val, &ptr[idx], 8);
181 return *((s8*) &ptr[idx]);
186 static inline void putLongToArray(u4* ptr, int idx, s8 val)
191 ptr += idx;
196 memcpy(&ptr[idx], &val, 8);
198 *((s8*) &ptr[idx]) = val;
203 static inline double getDoubleFromArray(const u4* ptr, int idx)
208 ptr += idx;
    [all...]
  /external/icu4c/i18n/
uregex.cpp 864 static inline void appendToBuf(UChar c, int32_t *idx, UChar *buf, int32_t bufCapacity) {
865 if (*idx < bufCapacity) {
866 buf[*idx] = c;
868 (*idx)++;
    [all...]
  /external/kernel-headers/original/asm-x86/
io_32.h 135 extern void __iomem *fix_ioremap(unsigned idx, unsigned long phys);
  /external/libpcap/
pcap-dos.c 1322 int idx; local
1327 idx = pktq_in_index (&active_dev->queue);
1336 /* writew (idx + '0' + 0x0F00, 0xB8000 + 2*78); */
1339 if (idx != active_dev->queue.out_index)
1344 active_dev->queue.in_index = idx;
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/common/include/
avclib_common.h 215 void unmark_for_reference(AVCHandle *avcHandle, AVCDecPicBuffer *dpb, uint idx);
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 445 const int idx = SkAbs32(point2.x() - point1.x()); local
449 if (m_data->setup_paint_stroke(&paint, NULL) && (0 == idx || 0 == idy)) {
459 bounds.set(x, y - radius, x + SkIntToScalar(idx), y + radius);
463 count = idx;
    [all...]

Completed in 1832 milliseconds

<<313233343536373839