Home
last modified time | relevance | path

Searched refs:bitwise (Results 1 – 25 of 60) sorted by relevance

123

/external/libogg/src/
DMakefile.in60 am_libogg_la_OBJECTS = framing.lo bitwise.lo
63 am_test_bitwise_OBJECTS = test_bitwise-bitwise.$(OBJEXT)
207 libogg_la_SOURCES = framing.c bitwise.c
209 test_bitwise_SOURCES = bitwise.c
295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitwise.Plo@am__quote@
297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_bitwise-bitwise.Po@am__quote@
321 test_bitwise-bitwise.o: bitwise.c
322 …bitwise-bitwise.o -MD -MP -MF "$(DEPDIR)/test_bitwise-bitwise.Tpo" -c -o test_bitwise-bitwise.o `t…
326 …t_bitwise_CFLAGS) $(CFLAGS) -c -o test_bitwise-bitwise.o `test -f 'bitwise.c' || echo '$(srcdir)/'…
328 test_bitwise-bitwise.obj: bitwise.c
[all …]
DMakefile.am7 libogg_la_SOURCES = framing.c bitwise.c
14 test_bitwise_SOURCES = bitwise.c
/external/libogg/macosx/Ogg.xcodeproj/
Dproject.pbxproj10 …734FB2E70B18B36F00D561D7 /* bitwise.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236109181…
17 …B638C /* bitwise.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode…
79 730F236109181A8D00AB638C /* bitwise.c */,
148 734FB2E70B18B36F00D561D7 /* bitwise.c in Sources */,
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.int_op.txt35 - bitwise not
42 - bitwise and
43 - bitwise or
44 - bitwise xor
/external/libogg/
DAndroid.mk5 LOCAL_SRC_FILES := src/bitwise.c \
/external/libvorbis/doc/
D09-helper.tex57 1) [mantissa] = [x] bitwise AND 0x1fffff (unsigned result)
58 2) [sign] = [x] bitwise AND 0x80000000 (unsigned result)
59 3) [exponent] = ( [x] bitwise AND 0x7fe00000) shifted right 21 bits (unsigned result)
/external/iptables/include/linux/
Dtypes.h17 #define __bitwise__ __attribute__((bitwise))
/external/kernel-headers/original/uapi/linux/
Dtypes.h22 #define __bitwise__ __attribute__((bitwise))
/external/llvm/test/Transforms/InstCombine/
D2002-08-02-CastTest.ll2 ; SOME instruction named %c here, even if it's a bitwise and.
/external/tremolo/
DAndroid.mk5 Tremolo/bitwise.c \
/external/llvm/test/CodeGen/ARM/
Dinlineasm-imm-arm.ll15 ; Test ARM-mode "K" constraint, for bitwise inverted Data Processing immediates.
/external/llvm/test/CodeGen/Mips/msa/
Dllvm-stress-s449609655-simplified.ll13 ; assertion occurred when trying to check the values were bitwise inverses of
Dshuffle.ll61 ; The concatenation step of vshf is bitwise not vectorwise so we must reverse
142 ; The concatenation step of vshf is bitwise not vectorwise so we must reverse
222 ; The concatenation step of vshf is bitwise not vectorwise so we must reverse
303 ; The concatenation step of vshf is bitwise not vectorwise so we must reverse
/external/llvm/test/CodeGen/SystemZ/
Datomicrmw-xor-03.ll42 ; Check bitwise negation.
Dxor-04.ll61 ; Check full bitwise negation
/external/llvm/test/CodeGen/Generic/
D2003-07-08-BadCastToBool.ll11 ;; for bitwise operations but not booleans! For booleans,
/external/llvm/test/Bitcode/
DbitwiseInstructions.3.2.ll5 ; The test checks that LLVM does not misread bitwise instructions from
/external/libogg/win32/VS6/
Dogg_static.dsp88 SOURCE=..\..\src\bitwise.c
Dogg_dynamic.dsp96 SOURCE=..\..\src\bitwise.c
/external/llvm/test/CodeGen/Hexagon/
Dclr_set_toggle.ll2 ; Optimized bitwise operations.
/external/v8/src/
Dhydrogen-instructions.cc2016 HBitwise* bitwise = HBitwise::cast(base); in DecomposeBitwise() local
2017 if (bitwise->right()->IsInteger32Constant()) { in DecomposeBitwise()
2018 mask = bitwise->right()->GetInteger32Constant(); in DecomposeBitwise()
2019 base = bitwise->left(); in DecomposeBitwise()
2020 } else if (bitwise->left()->IsInteger32Constant()) { in DecomposeBitwise()
2021 mask = bitwise->left()->GetInteger32Constant(); in DecomposeBitwise()
2022 base = bitwise->right(); in DecomposeBitwise()
2026 if (bitwise->op() == Token::BIT_AND) { in DecomposeBitwise()
2029 } else if (bitwise->op() == Token::BIT_OR) { in DecomposeBitwise()
2035 result->context = bitwise->context(); in DecomposeBitwise()
/external/llvm/lib/Support/Windows/
DMemory.inc28 // are not a bitwise combination of RWX values
/external/srtp/doc/
Ddraft-irtf-cfrg-icm-00.txt159 the bitwise exclusive-or operation.
197 Unless otherwise specified, ICM encryption consists of bitwise
/external/deqp/data/gles3/shaders/
Dconstant_expressions.test162 case bitwise
/external/wpa_supplicant_8/src/utils/
Dcommon.h445 #define __bitwise __attribute__((bitwise))

123