Home
last modified time | relevance | path

Searched refs:e (Results 1 – 25 of 47) sorted by relevance

12

/system/extras/ext4_utils/
Dsha1.c71 void do_R01(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *);
72 void do_R2(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *);
73 void do_R3(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *);
74 void do_R4(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *);
83 do_R01(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R01() argument
85 nR0(a,b,c,d,e, 0); nR0(e,a,b,c,d, 1); nR0(d,e,a,b,c, 2); nR0(c,d,e,a,b, 3); in do_R01()
86 nR0(b,c,d,e,a, 4); nR0(a,b,c,d,e, 5); nR0(e,a,b,c,d, 6); nR0(d,e,a,b,c, 7); in do_R01()
87 nR0(c,d,e,a,b, 8); nR0(b,c,d,e,a, 9); nR0(a,b,c,d,e,10); nR0(e,a,b,c,d,11); in do_R01()
88 nR0(d,e,a,b,c,12); nR0(c,d,e,a,b,13); nR0(b,c,d,e,a,14); nR0(a,b,c,d,e,15); in do_R01()
89 nR1(e,a,b,c,d,16); nR1(d,e,a,b,c,17); nR1(c,d,e,a,b,18); nR1(b,c,d,e,a,19); in do_R01()
[all …]
/system/extras/latencytop/
Dlatencytop.c48 static void free_latency_entry(struct latency_entry *e);
54 static struct latency_entry *find_latency_entry(struct latency_entry *e, char *reason);
69 struct latency_entry *e; in main() local
144 e = NULL; in main()
147 e = read_thread_stats(e, erase, pid, tid, 1); in main()
149 e = read_process_stats(e, erase, pid); in main()
152 e = read_global_stats(e, erase); in main()
166 print_latency_entries(e); in main()
176 struct latency_entry *e; in read_global_stats() local
194 e = read_latency_file(f, list); in read_global_stats()
[all …]
/system/security/keystore-engine/
Deng_keystore.cpp101 static EVP_PKEY* keystore_loadkey(ENGINE* e, const char* key_id, UI_METHOD* ui_method, in keystore_loadkey() argument
107 ALOGV("keystore_loadkey(%p, \"%s\", %p, %p)", e, key_id, ui_method, callback_data); in keystore_loadkey()
142 dsa_pkey_setup(e, pkey.get(), key_id); in keystore_loadkey()
146 rsa_pkey_setup(e, pkey.get(), key_id); in keystore_loadkey()
150 ecdsa_pkey_setup(e, pkey.get(), key_id); in keystore_loadkey()
165 static int keystore_engine_setup(ENGINE* e) { in keystore_engine_setup() argument
168 if (!ENGINE_set_id(e, kKeystoreEngineId) in keystore_engine_setup()
169 || !ENGINE_set_name(e, kKeystoreEngineDesc) in keystore_engine_setup()
170 || !ENGINE_set_load_privkey_function(e, keystore_loadkey) in keystore_engine_setup()
171 || !ENGINE_set_load_pubkey_function(e, keystore_loadkey) in keystore_engine_setup()
[all …]
Decdsa_meth.cpp124 int ecdsa_pkey_setup(ENGINE *e, EVP_PKEY *pkey, const char *key_id) { in ecdsa_pkey_setup() argument
141 ENGINE_init(e); in ecdsa_pkey_setup()
142 ecdsa->engine = e; in ecdsa_pkey_setup()
147 int ecdsa_register(ENGINE* e) { in ecdsa_register() argument
148 if (!ENGINE_set_ECDSA(e, &keystore_ecdsa_meth) in ecdsa_register()
Ddsa_meth.cpp124 int dsa_pkey_setup(ENGINE *e, EVP_PKEY *pkey, const char *key_id) { in dsa_pkey_setup() argument
138 ENGINE_init(e); in dsa_pkey_setup()
139 dsa->engine = e; in dsa_pkey_setup()
144 int dsa_register(ENGINE* e) { in dsa_register() argument
145 if (!ENGINE_set_DSA(e, &keystore_dsa_meth) in dsa_register()
Drsa_meth.cpp212 int rsa_pkey_setup(ENGINE *e, EVP_PKEY *pkey, const char *key_id) { in rsa_pkey_setup() argument
227 ENGINE_init(e); in rsa_pkey_setup()
228 rsa->engine = e; in rsa_pkey_setup()
234 int rsa_register(ENGINE* e) { in rsa_register() argument
235 if (!ENGINE_set_RSA(e, &keystore_rsa_meth) in rsa_register()
/system/core/logd/
DLogBuffer.cpp255 LogBufferElement *e = *it; in prune() local
257 if (oldest && (oldest->mStart <= e->getMonotonicTime())) { in prune()
261 if (e->getLogId() != id) { in prune()
266 uid_t uid = e->getUid(); in prune()
270 unsigned short len = e->getMsgLen(); in prune()
271 stats.subtract(len, id, uid, e->getPid()); in prune()
272 delete e; in prune()
308 LogBufferElement *e = *it; in prune() local
310 if (oldest && (oldest->mStart <= e->getMonotonicTime())) { in prune()
314 if (e->getLogId() != id) { in prune()
[all …]
DLogWhiteBlackList.h44 int cmp(LogBufferElement *e) const { return cmp(e->getUid(), e->getPid()); } in cmp() argument
/system/media/camera/tests/
Dcamera_metadata_tests.cpp1118 camera_metadata_entry e; in TEST() local
1119 result = get_camera_metadata_entry(m, i, &e); in TEST()
1121 EXPECT_EQ(i, e.index); in TEST()
1122 EXPECT_EQ(ANDROID_SENSOR_EXPOSURE_TIME, e.tag); in TEST()
1123 EXPECT_EQ(TYPE_INT64, e.type); in TEST()
1125 EXPECT_EQ(exposureTime, *e.data.i64); in TEST()
1142 camera_metadata_entry e; in TEST() local
1143 result = get_camera_metadata_entry(m, 4, &e); in TEST()
1146 EXPECT_EQ((size_t)4, e.index); in TEST()
1147 EXPECT_EQ(ANDROID_REQUEST_FRAME_COUNT, e.tag); in TEST()
[all …]
/system/core/liblog/
Dlog_time.cpp64 char *e = cp; in strptime() local
65 ++e; in strptime()
67 if (*e == 's') { in strptime()
90 while (isdigit(*e)) { in strptime()
91 num = num * 10 + *e - '0'; in strptime()
92 ++e; in strptime()
94 if (*e != 'q') { in strptime()
116 f = cp = e; in strptime()
Dlog_read.c571 int ret, e; in android_logger_list_read() local
645 e = errno; in android_logger_list_read()
647 if (e == EINTR) { in android_logger_list_read()
648 e = ETIMEDOUT; in android_logger_list_read()
656 if ((ret == -1) && e) { in android_logger_list_read()
657 return -e; in android_logger_list_read()
679 e = errno; in android_logger_list_read()
681 if ((ret == 0) || (e == EINTR)) { in android_logger_list_read()
682 e = EAGAIN; in android_logger_list_read()
690 if ((ret == -1) && e) { in android_logger_list_read()
[all …]
/system/core/toolbox/
Ddf.c56 char *c, *e = s; in df_main() local
60 e = c + 1; in df_main()
65 for (c = e; *c; c++) { in df_main()
72 df(e, 0); in df_main()
Dbsd-compatibility.h40 #define _DIAGASSERT(e) ((e) ? (void) 0 : __assert2(__FILE__, __LINE__, __func__, #e)) argument
/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp170 const cache_entry_t& e = mCacheData.valueAt(index); in lookup() local
171 e.when = mWhen++; in lookup()
172 r = e.entry; in lookup()
189 const cache_entry_t& e = mCacheData.valueAt(i); in cache() local
190 if (e.when < mCacheData.valueAt(lru).when) { in cache()
194 const cache_entry_t& e = mCacheData.valueAt(lru); in cache() local
195 mCacheInUse -= e.entry->size(); in cache()
/system/core/libzipfile/
Dzipfile.c65 Zipentry* e = (Zipentry*)entry; in get_zipentry_name() local
66 int l = e->fileNameLength; in get_zipentry_name()
68 memcpy(s, e->fileName, l); in get_zipentry_name()
115 decompress_zipentry(zipentry_t e, void* buf, int bufsize) in decompress_zipentry() argument
117 Zipentry* entry = (Zipentry*)e; in decompress_zipentry()
/system/core/libpixelflinger/
Dpixelflinger.cpp292 const int e = (c->state.enables & GGL_ENABLE_FOG)?1:0; in ggl_enable_fog() local
293 if (e != enable) { in ggl_enable_fog()
617 const int e = (c->state.enables & GGL_ENABLE_BLENDING)?1:0; in ggl_enable_blending() local
618 if (e != enable) { in ggl_enable_blending()
627 const int e = (c->state.enables & GGL_ENABLE_SCISSOR_TEST)?1:0; in ggl_enable_scissor_test() local
628 if (e != enable) { in ggl_enable_scissor_test()
637 const int e = (c->state.enables & GGL_ENABLE_ALPHA_TEST)?1:0; in ggl_enable_alpha_test() local
638 if (e != enable) { in ggl_enable_alpha_test()
647 const int e = (c->state.enables & GGL_ENABLE_LOGIC_OP)?1:0; in ggl_enable_logic_op() local
648 if (e != enable) { in ggl_enable_logic_op()
[all …]
/system/core/libsysutils/src/
DSocketClient.cpp184 int e = 0; // SLOGW and sigaction are not inert regarding errno in sendDataLockedv() local
211 e = EIO; in sendDataLockedv()
214 e = errno; in sendDataLockedv()
215 SLOGW("write error (%s)", strerror(e)); in sendDataLockedv()
223 errno = e; in sendDataLockedv()
/system/extras/verity/
DUtils.java50 } catch (ClassNotFoundException e) { in loadProviderIfNecessary()
51 e.printStackTrace(); in loadProviderIfNecessary()
72 } catch (Exception e) { in loadProviderIfNecessary()
73 e.printStackTrace(); in loadProviderIfNecessary()
/system/core/libutils/
DString16.cpp304 const char16_t* e = p + size(); in findFirst() local
305 while (p < e) { in findFirst()
318 const char16_t* e = p + size(); in findLast() local
319 while (p < e) { in findLast()
320 e--; in findLast()
321 if (*e == c) { in findLast()
322 return e-str; in findLast()
DBlobCache.cpp170 const CacheEntry& e(mCacheEntries[i]); in getFlattenedSize() local
171 sp<Blob> keyBlob = e.getKey(); in getFlattenedSize()
172 sp<Blob> valueBlob = e.getValue(); in getFlattenedSize()
195 const CacheEntry& e(mCacheEntries[i]); in flatten() local
196 sp<Blob> keyBlob = e.getKey(); in flatten()
197 sp<Blob> valueBlob = e.getValue(); in flatten()
/system/media/camera/docs/
Dmetadata_helpers.py473 except KeyError as e:
991 return (e for e in entries if e.applied_visibility in visibilities)
1003 return (e for e in entries if not e.synthetic)
/system/media/camera/src/
Dcamera_metadata.c681 camera_metadata_buffer_entry_t *e = get_entries(dst); in delete_camera_metadata_entry() local
685 e->type, e->count) > 0 && in delete_camera_metadata_entry()
686 e->data.offset > entry->data.offset) { in delete_camera_metadata_entry()
687 e->data.offset -= data_bytes; in delete_camera_metadata_entry()
689 ++e; in delete_camera_metadata_entry()
737 camera_metadata_buffer_entry_t *e = get_entries(dst); in update_camera_metadata_entry() local
741 e->type, e->count) > 0 && in update_camera_metadata_entry()
742 e->data.offset > entry->data.offset) { in update_camera_metadata_entry()
743 e->data.offset -= entry_bytes; in update_camera_metadata_entry()
745 ++e; in update_camera_metadata_entry()
/system/core/debuggerd/
Ddebuggerd.cpp86 input_event e; in wait_for_user_action() local
87 if (get_event(&e, -1) == 0) { in wait_for_user_action()
88 if (e.type == EV_KEY && e.code == KEY_VOLUMEDOWN && e.value == 0) { in wait_for_user_action()
/system/core/libsparse/
Dsimg_dump.py39 except getopt.GetoptError, e:
40 print(e)
/system/core/adb/
Dusb_libusb.c253 int e; in check_usb_interface() local
267 for (e = 0; e < idesc->bNumEndpoints; e++) { in check_usb_interface()
268 libusb_endpoint_descriptor *edesc = &idesc->endpoint[e]; in check_usb_interface()

12