HomeSort by relevance Sort by last modified time
    Searched refs:rem (Results 176 - 200 of 544) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdlib.h 147 int rem; member in struct:__anon60370
154 long int rem; member in struct:__anon60371
161 long long int rem; member in struct:__anon60372
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdlib.h 147 int rem; member in struct:__anon60768
154 long int rem; member in struct:__anon60769
161 long long int rem; member in struct:__anon60770
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdlib.h 147 int rem; member in struct:__anon61218
154 long int rem; member in struct:__anon61219
161 long long int rem; member in struct:__anon61220
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdlib.h 147 int rem; member in struct:__anon61670
154 long int rem; member in struct:__anon61671
161 long long int rem; member in struct:__anon61672
  /external/chromium_org/media/base/
vector_math.cc 83 const int rem = len % 4; local
84 const int last_index = len - rem;
97 const int rem = len % 4; local
98 const int last_index = len - rem;
  /external/chromium_org/third_party/mesa/src/include/c99/
inttypes.h 49 intmax_t rem; member in struct:__anon14408
285 result.rem = numer % denom;
287 if (numer < 0 && result.rem > 0) {
290 result.rem -= denom;
  /external/compiler-rt/lib/
divdi3.c 17 du_int COMPILER_RT_ABI __udivmoddi4(du_int a, du_int b, du_int* rem);
divti3.c 19 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
moddi3.c 17 COMPILER_RT_ABI du_int __udivmoddi4(du_int a, du_int b, du_int* rem);
modti3.c 19 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
  /external/mesa3d/include/c99/
inttypes.h 49 intmax_t rem; member in struct:__anon24750
285 result.rem = numer % denom;
287 if (numer < 0 && result.rem > 0) {
290 result.rem -= denom;
  /system/core/libnl_2/
msg.c 139 int nlmsg_ok(const struct nlmsghdr *nlh, int rem)
141 return rem >= (int)sizeof(struct nlmsghdr) &&
142 rem >= nlmsg_len(nlh) &&
144 nlmsg_len(nlh) <= (rem);
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-x86.pl 136 my $rem = "eax";
142 &xor ($rem,$rem); # avoid partial register stalls on PIII
155 &mov (&LB($rem),&LB($Zll));
157 &and (&LB($rem),0xf);
161 &xor ($Zhh,&DWP($off+16,"esp",$rem,4));
163 &mov (&LB($rem),&BP($off,"esp",$cnt));
165 &and (&LB($rem),0xf0);
167 &shl (&LB($rem),4);
170 &xor ($Zll,&DWP(8,$Htbl,$rem));
    [all...]
ghash-x86_64.pl 69 $rem="%rdx";
99 mov $Zlo,$rem
105 and \$0xf,$rem
113 xor ($rem_4bit,$rem,8),$Zhi
114 mov $Zlo,$rem
121 and \$0xf,$rem
128 xor ($rem_4bit,$rem,8),$Zhi
129 mov $Zlo,$rem
136 and \$0xf,$rem
143 xor ($rem_4bit,$rem,8),$Zh
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-x86.pl 136 my $rem = "eax";
142 &xor ($rem,$rem); # avoid partial register stalls on PIII
155 &mov (&LB($rem),&LB($Zll));
157 &and (&LB($rem),0xf);
161 &xor ($Zhh,&DWP($off+16,"esp",$rem,4));
163 &mov (&LB($rem),&BP($off,"esp",$cnt));
165 &and (&LB($rem),0xf0);
167 &shl (&LB($rem),4);
170 &xor ($Zll,&DWP(8,$Htbl,$rem));
    [all...]
ghash-x86_64.pl 69 $rem="%rdx";
99 mov $Zlo,$rem
105 and \$0xf,$rem
113 xor ($rem_4bit,$rem,8),$Zhi
114 mov $Zlo,$rem
121 and \$0xf,$rem
128 xor ($rem_4bit,$rem,8),$Zhi
129 mov $Zlo,$rem
136 and \$0xf,$rem
143 xor ($rem_4bit,$rem,8),$Zh
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_prime.c 133 const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx);
135 const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx);
160 const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb)
183 if (!probable_prime_dh_safe(ret,bits,add,rem,ctx))
188 if (!probable_prime_dh(ret,bits,add,rem,ctx))
407 const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx)
417 /* we need ((rnd-rem) % add) == 0 */
421 if (rem == NULL)
424 { if (!BN_add(rnd,rnd,rem)) goto err; }
445 const BIGNUM *rem, BN_CTX *ctx
    [all...]
  /external/openssl/crypto/bn/
bn_prime.c 133 const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx);
135 const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx);
160 const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb)
183 if (!probable_prime_dh_safe(ret,bits,add,rem,ctx))
188 if (!probable_prime_dh(ret,bits,add,rem,ctx))
407 const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx)
417 /* we need ((rnd-rem) % add) == 0 */
421 if (rem == NULL)
424 { if (!BN_add(rnd,rnd,rem)) goto err; }
445 const BIGNUM *rem, BN_CTX *ctx
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double/d/
T_rem_double_5.d 16 rem-double v0, v9, v12
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double_2addr/d/
T_rem_double_2addr_1.d 16 rem-double/2addr v10, v12
T_rem_double_2addr_2.d 16 rem-double/2addr v12, v14
T_rem_double_2addr_3.d 16 rem-double/2addr v11, v12
T_rem_double_2addr_4.d 16 rem-double/2addr v10, v12
T_rem_double_2addr_5.d 16 rem-double/2addr v9, v12
T_rem_double_2addr_6.d 16 rem-double/2addr v11, v13

Completed in 1877 milliseconds

1 2 3 4 5 6 78 91011>>