Searched refs:B_ (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 1106 #define B_(a) B_ ## a macro 1114 #define ADC_B(a, b) adc B_(b), B_(a) 1117 #define ADD_B(a, b) add B_(b), B_(a) 1120 #define AND_B(a, b) and B_(b), B_(a) 1147 #define CMP_B(a, b) cmp B_(b), B_( [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-ia64.pl | 132 A_=r16; B_=r17; C_=r18; D_=r19; 168 $LDW B_=[r9],4*$SZ 198 { .mmi; mov B=B_ 582 add B_=B_,B 599 $STW [r9]=B_,4*$SZ
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-ia64.pl | 132 A_=r16; B_=r17; C_=r18; D_=r19; 168 $LDW B_=[r9],4*$SZ 198 { .mmi; mov B=B_ 582 add B_=B_,B 599 $STW [r9]=B_,4*$SZ
|
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | scrypt.c | 336 static void scryptBlockMix(uint32_t *B_, uint32_t *B, uint64_t r) in scryptBlockMix() argument 347 memcpy(B_ + (i / 2 + (i & 1) * r) * 16, X, sizeof(X)); in scryptBlockMix()
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | scrypt.c | 336 static void scryptBlockMix(uint32_t *B_, uint32_t *B, uint64_t r) in scryptBlockMix() argument 347 memcpy(B_ + (i / 2 + (i & 1) * r) * 16, X, sizeof(X)); in scryptBlockMix()
|
Completed in 11 milliseconds