HomeSort by relevance Sort by last modified time
    Searched refs:CAST (Results 1 - 20 of 20) sorted by null

  /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/lib/TableGen/
Record.cpp 220 if (BO->getOpcode() == UnOpInit::CAST) {
224 return UnOpInit::get(UnOpInit::CAST, L, new StringRecTy);
289 if (BO->getOpcode() == UnOpInit::CAST) {
293 return UnOpInit::get(UnOpInit::CAST, L, new DagRecTy);
718 case CAST: {
743 throw "type mismatch in cast";
755 throw "type mismatch in cast";
769 throw "type mismatch in cast";
847 case CAST: Result = "!cast<" + getType()->getAsString() + ">"; break
    [all...]
TGParser.cpp 823 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/llvm/include/llvm/TableGen/
Record.h 831 enum UnaryOp { CAST, HEAD, TAIL, EMPTY };
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceConstants.java     [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /external/dropbear/libtomcrypt/
crypt.tex 621 \hline CAST5 (CAST-128) & cast5\_desc & 8 & 5 $\ldots$ 16 & 12, 16 \\
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 797 milliseconds