/external/openssl/crypto/evp/ |
e_cast.c | 66 #include <openssl/cast.h> 78 IMPLEMENT_BLOCK_CIPHER(cast5, ks, CAST, EVP_CAST_KEY,
|
/external/mesa3d/src/mesa/main/ |
macros.h | 216 /** Copy a 4-element vector with cast */ 217 #define COPY_4V_CAST( DST, SRC, CAST ) \ 219 (DST)[0] = (CAST)(SRC)[0]; \ 220 (DST)[1] = (CAST)(SRC)[1]; \ 221 (DST)[2] = (CAST)(SRC)[2]; \ 222 (DST)[3] = (CAST)(SRC)[3]; \ 232 /* The GLuint cast might fail if DST or SRC are not dword-aligned (RISC) */ 375 /** Copy a 3-element vector with cast */ 376 #define COPY_3V_CAST( DST, SRC, CAST ) \ 378 (DST)[0] = (CAST)(SRC)[0]; [all...] |
/ndk/sources/host-tools/sed-4.2.1/ |
basicdefs.h | 61 # define CAST(x) 63 # define CAST(x) (x) 76 VCAST() is used to cast to and from (VOID *)s --- but if the
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
regexp.c | 239 regmatch[0].rm_so = CAST(int)buf_start_offset; 240 regmatch[0].rm_eo = CAST(int)buflen;
|
compile.c | 212 myname, cur_input.name, CAST(unsigned long)cur_input.line, why); 216 CAST(unsigned long)cur_input.string_expr_count, 217 CAST(unsigned long)(prog.cur-prog.base), 262 CAST(unsigned char)ch); 804 new_replacement(base, CAST(size_t)(p - base), repl_type); 866 new_replacement(base, CAST(size_t)(p - base), repl_type); 876 new_replacement(base, CAST(size_t)(text_end - base), repl_type); [all...] |
execute.c | 200 return CAST(VOID *)0; 1074 unsigned char *p = CAST(unsigned char *)line.active; 1170 CAST(size_t)(regs->end[i] - regs->start[i]), [all...] |
/external/mesa3d/src/glsl/ |
glsl_parser.h | 196 CAST = 413,
|
glsl_parser.cpp | 298 CAST = 413, 873 "SAMPLER2DRECTSHADOW", "SIZEOF", "CAST", "NAMESPACE", "USING" [all...] |
glsl_lexer.cpp | 117 * double cast. [all...] |
/external/libvpx/vpx/internal/ |
vpx_codec_internal.h | 335 * and the pointer cast to the proper type. 388 #define CAST(id, arg) id##__value(arg)
|
/external/llvm/utils/TableGen/ |
Record.cpp | 205 if (BO->getOpcode() == UnOpInit::CAST) { 209 return new UnOpInit(UnOpInit::CAST, L, new StringRecTy); 280 if (BO->getOpcode() == UnOpInit::CAST) { 284 return new UnOpInit(UnOpInit::CAST, L, new DagRecTy); 556 case CAST: { 576 throw "type mismatch in cast"; 586 throw "type mismatch in cast"; 599 throw "type mismatch in cast"; 672 case CAST: Result = "!cast<" + getType()->getAsString() + ">"; break [all...] |
Record.h | [all...] |
TGParser.cpp | 697 Code = UnOpInit::CAST; [all...] |
/external/proguard/src/proguard/optimize/ |
Optimizer.java | 66 private static final String CODE_SIMPLIFICATION_CAST = "code/simplification/cast"; 679 // Peephole optimizations involving cast operations. 682 InstructionSequenceConstants.CAST, [all...] |
/external/libvpx/vp8/ |
vp8_cx_iface.c | 450 #define MAP(id, var) case id: var = CAST(id, args); break; [all...] |
/external/proguard/src/proguard/optimize/peephole/ |
InstructionSequenceConstants.java | [all...] |
/external/proguard/lib/ |
proguard.jar | |
/external/dropbear/libtomcrypt/ |
crypt.tex | 621 \hline CAST5 (CAST-128) & cast5\_desc & 8 & 5 $\ldots$ 16 & 12, 16 \\ [all...] |