/external/qemu/audio/ |
D | mixeng_template.h | 30 #ifndef SIGNED 52 #ifdef SIGNED in glue() 58 #ifdef SIGNED in glue() 75 #ifdef SIGNED in glue() 87 #ifdef SIGNED in glue() 103 #ifdef SIGNED in glue()
|
D | mixeng.c | 39 #define SIGNED macro 42 #undef SIGNED 66 #define SIGNED macro 78 #undef SIGNED 108 #define SIGNED macro 120 #undef SIGNED
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_pack.py | 66 elif channel.type in (SIGNED, FIXED): 84 elif channel.type in (SIGNED, FIXED): 122 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED): 143 if channel.type not in (VOID, SIGNED): 145 if channel.type == SIGNED and channel.pure == False: 167 elif channel.type in (SIGNED, FIXED): 206 if type.type == SIGNED: 223 if type.type == SIGNED: 336 if src_type in (SIGNED, UNSIGNED) and dst_channel.type in (SIGNED, UNSIGNED): 423 elif src_channel.type == SIGNED: [all …]
|
D | u_format_parse.py | 33 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable 60 self.sign = type in (SIGNED, FIXED, FLOAT) 85 if self.type == SIGNED: 99 if self.type == SIGNED: 175 if channel.type not in (VOID, UNSIGNED, SIGNED): 193 if channel.type not in (VOID, UNSIGNED, SIGNED): 215 's': SIGNED,
|
D | u_format_table.py | 58 SIGNED: "UTIL_FORMAT_TYPE_SIGNED", 175 … format.colorspace != ZS and format.channels[0].pure == True and format.channels[0].type == SIGNED:
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_format_pack.py | 66 elif channel.type in (SIGNED, FIXED): 84 elif channel.type in (SIGNED, FIXED): 122 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED): 143 if channel.type not in (VOID, SIGNED): 145 if channel.type == SIGNED and channel.pure == False: 167 elif channel.type in (SIGNED, FIXED): 206 if type.type == SIGNED: 223 if type.type == SIGNED: 336 if src_type in (SIGNED, UNSIGNED) and dst_channel.type in (SIGNED, UNSIGNED): 423 elif src_channel.type == SIGNED: [all …]
|
D | u_format_parse.py | 33 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable 60 self.sign = type in (SIGNED, FIXED, FLOAT) 85 if self.type == SIGNED: 99 if self.type == SIGNED: 175 if channel.type not in (VOID, UNSIGNED, SIGNED): 193 if channel.type not in (VOID, UNSIGNED, SIGNED): 215 's': SIGNED,
|
D | u_format_table.py | 58 SIGNED: "UTIL_FORMAT_TYPE_SIGNED", 175 … format.colorspace != ZS and format.channels[0].pure == True and format.channels[0].type == SIGNED:
|
/external/qemu/distrib/sdl-1.2.15/src/audio/paudio/ |
D | SDL_paudio.c | 338 paud_init.flags = SIGNED | in Paud_OpenAudio() 345 paud_init.flags = SIGNED | in Paud_OpenAudio() 353 SIGNED | in Paud_OpenAudio()
|
/external/valgrind/main/coregrind/m_demangle/ |
D | ansidecl.h | 195 #define SIGNED signed macro 234 #define SIGNED
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/examples/ |
D | c.re | 54 #define SIGNED 306 159 "signed" { RET(SIGNED); }
|
D | cmmap.re | 56 #define SIGNED 306 142 "signed" { RET(SIGNED); }
|
D | cnokw.re | 54 #define SIGNED 306
|
D | cunroll.re | 54 #define SIGNED 306
|
/external/fdlibm/ |
D | MD5 | 1 -----BEGIN PGP SIGNED MESSAGE-----
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | PyrexTypes.py | 3343 SIGNED = 2 variable 3364 c_schar_type = CIntType(0, SIGNED) 3365 c_sshort_type = CIntType(1, SIGNED) 3366 c_sint_type = CIntType(2, SIGNED) 3367 c_slong_type = CIntType(3, SIGNED) 3368 c_slonglong_type = CIntType(4, SIGNED) 3383 c_py_hash_t_type = CPyHashTType(RANK_LONG+0.5, SIGNED) 3384 c_py_ssize_t_type = CPySSizeTType(RANK_LONG+0.5, SIGNED) 3385 c_ssize_t_type = CSSizeTType(RANK_LONG+0.5, SIGNED) 3387 c_ptrdiff_t_type = CPtrdiffTType(RANK_LONG+0.75, SIGNED)
|
/external/pcre/dist/sljit/ |
D | sljitNativeARM_64.c | 769 #define SIGNED 0x02 macro 1275 flags = BYTE_SIZE | SIGNED; in sljit_emit_op1() 1285 flags = HALF_SIZE | SIGNED; in sljit_emit_op1() 1295 flags = INT_SIZE | SIGNED; in sljit_emit_op1() 1309 flags = BYTE_SIZE | SIGNED | UPDATE; in sljit_emit_op1() 1319 flags = HALF_SIZE | SIGNED | UPDATE; in sljit_emit_op1() 1329 flags = INT_SIZE | SIGNED | UPDATE; in sljit_emit_op1()
|
D | sljitNativeARM_T2_32.c | 789 #define SIGNED 0x02 macro 1329 flags = BYTE_SIZE | SIGNED; in sljit_emit_op1() 1339 flags = HALF_SIZE | SIGNED; in sljit_emit_op1() 1355 flags = BYTE_SIZE | SIGNED | UPDATE; in sljit_emit_op1() 1365 flags = HALF_SIZE | SIGNED | UPDATE; in sljit_emit_op1()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_tile_soa.py | 65 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT):
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_tile_soa.py | 65 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT):
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
D | feedPublish.uml2.properties | 47 # optional: one of NONE|UNSIGNED|SIGNREADY|BUILDREADY|SIGNED
|
D | feedPublish.emf.properties | 47 # optional: one of NONE|UNSIGNED|SIGNREADY|BUILDREADY|SIGNED
|
D | feedPublish.eclipse.properties | 47 # optional: one of NONE|UNSIGNED|SIGNREADY|BUILDREADY|SIGNED
|
/external/llvm/lib/Target/SystemZ/ |
D | README.txt | 79 ADD LOGICAL WITH SIGNED IMMEDIATE could be useful when we need to
|
/external/chromium_org/third_party/cython/src/Cython/Utility/ |
D | Overflow.c | 277 #if {{SIGNED}}
|