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

1 2

  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_cast.c 66 #include <openssl/cast.h>
78 IMPLEMENT_BLOCK_CIPHER(cast5, ks, CAST, EVP_CAST_KEY,
  /external/openssl/crypto/evp/
e_cast.c 66 #include <openssl/cast.h>
78 IMPLEMENT_BLOCK_CIPHER(cast5, ks, CAST, EVP_CAST_KEY,
  /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
  /external/chromium_org/third_party/sqlite/src/test/
fuzz_common.tcl 78 {CAST([Expr $c] AS blob)} \
79 {CAST([Expr $c] AS text)} \
80 {CAST([Expr $c] AS integer)} \
81 {CAST([Expr $c] AS real)} \
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
macros.h 244 /* The GLuint cast might fail if DST or SRC are not dword-aligned (RISC) */
381 /** Copy a 3-element vector with cast */
382 #define COPY_3V_CAST( DST, SRC, CAST ) \
384 (DST)[0] = (CAST)(SRC)[0]; \
385 (DST)[1] = (CAST)(SRC)[1]; \
386 (DST)[2] = (CAST)(SRC)[2]; \
503 /** Copy a 2-element vector with cast */
504 #define COPY_2V_CAST( DST, SRC, CAST ) \
506 (DST)[0] = (CAST)(SRC)[0]; \
507 (DST)[1] = (CAST)(SRC)[1];
    [all...]
  /external/mesa3d/src/mesa/main/
macros.h 244 /* The GLuint cast might fail if DST or SRC are not dword-aligned (RISC) */
381 /** Copy a 3-element vector with cast */
382 #define COPY_3V_CAST( DST, SRC, CAST ) \
384 (DST)[0] = (CAST)(SRC)[0]; \
385 (DST)[1] = (CAST)(SRC)[1]; \
386 (DST)[2] = (CAST)(SRC)[2]; \
503 /** Copy a 2-element vector with cast */
504 #define COPY_2V_CAST( DST, SRC, CAST ) \
506 (DST)[0] = (CAST)(SRC)[0]; \
507 (DST)[1] = (CAST)(SRC)[1];
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 204 CAST = 422,
405 #define CAST 422
glsl_parser.cc 313 CAST = 422,
514 #define CAST 422
    [all...]
  /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/chromium_org/third_party/sqlite/src/tool/
mkkeywordhash.c 76 # define CAST 0
78 # define CAST 0x00000020
164 { "CAST", "TK_CAST", CAST },
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
vpx_codec_internal.h 370 * and the pointer cast to the proper type.
432 #define CAST(id, arg) id##__value(arg)
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 370 * and the pointer cast to the proper type.
432 #define CAST(id, arg) id##__value(arg)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
vpx_codec_internal.h 370 * and the pointer cast to the proper type.
432 #define CAST(id, arg) id##__value(arg)
  /external/llvm/lib/TableGen/
Record.cpp 207 return cast<BitsRecTy>(RHS)->Size == Size;
239 if (BO->getOpcode() == UnOpInit::CAST) {
243 return UnOpInit::get(UnOpInit::CAST, L, new StringRecTy);
312 if (BO->getOpcode() == UnOpInit::CAST) {
316 return UnOpInit::get(UnOpInit::CAST, L, new DagRecTy);
753 case CAST: {
771 PrintFatalError("type mismatch in cast");
783 PrintFatalError("type mismatch in cast");
797 PrintFatalError("type mismatch in cast");
866 case CAST: Result = "!cast<" + getType()->getAsString() + ">"; break
    [all...]
TGParser.cpp 806 Code = UnOpInit::CAST;
    [all...]
  /external/proguard/src/proguard/optimize/
Optimizer.java 67 private static final String CODE_SIMPLIFICATION_CAST = "code/simplification/cast";
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
parse.y 197 ABORT ACTION AFTER ANALYZE ASC ATTACH BEFORE BEGIN BY CASCADE CAST COLUMNKW
788 expr(A) ::= CAST(X) LP expr(E) AS typetoken(T) RP(Y). {
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 508 #define MAP(id, var) case id: var = CAST(id, args); break;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 490 #define MAP(id, var) case id: var = CAST(id, args); break;
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 508 #define MAP(id, var) case id: var = CAST(id, args); break;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 481 #define MAP(id, var) case id: var = CAST(id, args); break;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 510 #define MAP(id, var) case id: var = CAST(id, args); break;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 471 #define MAP(id, var) case id: var = CAST(id, args); break;
    [all...]

Completed in 1627 milliseconds

1 2