HomeSort by relevance Sort by last modified time
    Searched full:e_tmp (Results 1 - 6 of 6) sorted by null

  /external/libsepol/src/
link.c 1098 ebitmap_t e_tmp; local
1116 ebitmap_init(&e_tmp);
1121 (&e_tmp, mod->map[SYM_ROLES][i] - 1, 1)) {
1126 if (ebitmap_union(&dest_role->dominates, &e_tmp)) {
1132 ebitmap_destroy(&e_tmp);
1135 ebitmap_init(&e_tmp);
1140 (&e_tmp, mod->map[SYM_ROLES][i] - 1, 1)) {
1145 if (ebitmap_union(&dest_role->roles, &e_tmp)) {
1148 ebitmap_destroy(&e_tmp);
1155 ebitmap_destroy(&e_tmp);
1166 ebitmap_t e_tmp; local
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
enc_neon.c 114 const int16x8_t E_tmp = vqsubq_s16(D0, D1); // a-d | b-c
115 const int16x8_t E1 = vcombine_s16(vget_high_s16(E_tmp), vget_low_s16(E_tmp));
    [all...]
dec_neon.c     [all...]
  /external/webp/src/dsp/
enc_neon.c 114 const int16x8_t E_tmp = vqsubq_s16(D0, D1); // a-d | b-c
115 const int16x8_t E1 = vcombine_s16(vget_high_s16(E_tmp), vget_low_s16(E_tmp));
    [all...]
dec_neon.c     [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 6393 IRExpr* e_tmp; local
    [all...]

Completed in 272 milliseconds