HomeSort by relevance Sort by last modified time
    Searched full:pseudo (Results 201 - 225 of 3523) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ValueTypes.td 102 // Pseudo valuetype mapped to the current pointer size to any address space.
106 // Pseudo valuetype to represent "vector of any size"
109 // Pseudo valuetype to represent "float of any format"
112 // Pseudo valuetype to represent "integer of any bit width"
115 // Pseudo valuetype mapped to the current pointer size.
118 // Pseudo valuetype to represent "any type of any size".
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ValueTypes.td 102 // Pseudo valuetype mapped to the current pointer size to any address space.
106 // Pseudo valuetype to represent "vector of any size"
109 // Pseudo valuetype to represent "float of any format"
112 // Pseudo valuetype to represent "integer of any bit width"
115 // Pseudo valuetype mapped to the current pointer size.
118 // Pseudo valuetype to represent "any type of any size".
  /external/libavc/encoder/
ih264e_mc.h 64 * pseudo prediction buffer
67 * pseudo pred buffer stride
  /external/ltp/testcases/kernel/security/integrity/ima/src/
ima_boot_aggregate.c 83 /* Extend the pseudo PCRs with the event digest */
101 /* Extend the boot aggregate with the pseudo PCR digest values */
  /external/perfetto/src/tracing/test/
fake_packet.h 35 // Generates a packet of given |size| with pseudo random payload. The |size|
58 // NOT a valid proto and is just filled with pseudo-random bytes generated
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaBranchSelector.cpp 1 //===-- AlphaBranchSelector.cpp - Convert Pseudo branchs ----------*- C++ -*-=//
10 // Replace Pseudo COND_BRANCH_* with their appropriate real branch
  /external/swiftshader/third_party/subzero/tests_lit/assembler/arm32/
mov-reg.ll 2 ; are pseudo instructions for ASR, LSR, ROR, and RRX.
44 ; ***** Example of mov pseudo instruction.
mul.ll 47 ; ASM-NEXT: # r3 = def.pseudo
49 ; ASM-NEXT: # r3 = def.pseudo r0
ldr-str-more.ll 39 ; ASM-NEXT: # [sp, #28] = def.pseudo
47 ; ASM-NEXT: # [sp, #24] = def.pseudo
71 ; ASM-NEXT: # [sp, #20] = def.pseudo
96 ; ASM-NEXT: # [sp, #16] = def.pseudo
113 ; ASM-NEXT: # [sp, #12] = def.pseudo
158 ; ASM-NEXT: # [sp, #8] = def.pseudo
203 ; ASM-NEXT: # [sp, #4] = def.pseudo
220 ; ASM-NEXT: # [sp] = def.pseudo
267 ; ASM-NEXT: # [sp, #32] = def.pseudo
275 ; ASM-NEXT: # [sp, #28] = def.pseudo
    [all...]
  /external/webp/src/utils/
random_utils.h 10 // Pseudo-random utilities
36 // Returns a centered pseudo-random number with 'num_bits' amplitude.
  /system/extras/tests/lib/testUtil/
testUtil.c 174 * Returns a pseudo random number in the range [0:2^32-1].
177 * the pseudo random number generator.
197 * Pseudo randomly returns unsigned integer in the range [0, mod).
200 * the pseudo random number generator.
234 * Pseudo randomly returns 0 (false) or 1 (true).
237 * the pseudo random number generator.
247 * Pseudo randomly return a value in the range [0.0, 1.0).
250 * the pseudo random number generator.
  /tools/test/connectivity/acts/framework/acts/
dict_object.py 44 name: name of the pseudo class attribute
61 name: name of the pseudo class attribute
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZInstrInfo.td 71 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i64imm:$amt),
74 def ADJCALLSTACKUP : Pseudo<(outs), (ins i64imm:$amt1, i64imm:$amt2),
79 def Select32 : Pseudo<(outs GR32:$dst), (ins GR32:$src1, GR32:$src2, i8imm:$cc),
80 "# Select32 PSEUDO",
83 def Select64 : Pseudo<(outs GR64:$dst), (ins GR64:$src1, GR64:$src2, i8imm:$cc),
84 "# Select64 PSEUDO",
96 def RET : Pseudo<(outs), (ins), "br\t%r14", [(SystemZretflag)]>;
101 def JMP : Pseudo<(outs), (ins brtarget:$dst), "j\t{$dst}", [(br bb:$dst)]>;
104 def JMPr : Pseudo<(outs), (ins GR64:$dst), "br\t{$dst}", [(brind GR64:$dst)]>;
108 def JO : Pseudo<(outs), (ins brtarget:$dst)
    [all...]
  /external/syslinux/core/lwip/src/core/ipv4/
inet_chksum.c 261 * Calculates the pseudo Internet checksum used by TCP and UDP for a pbuf chain.
265 * @param src source ip address (used for checksum of pseudo header)
266 * @param dst destination ip address (used for checksum of pseudo header)
267 * @param proto ip protocol (used for checksum of pseudo header)
268 * @param proto_len length of the ip data part (used for checksum of pseudo header)
321 * Calculates the pseudo Internet checksum used by TCP and UDP for a pbuf chain.
325 * @param src source ip address (used for checksum of pseudo header)
326 * @param dst destination ip address (used for checksum of pseudo header)
327 * @param proto ip protocol (used for checksum of pseudo header)
328 * @param proto_len length of the ip data part (used for checksum of pseudo header
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
KanaConverter.java 510 * Create the pseudo candidate list
525 /* Create pseudo candidates for all keyboard type */
536 /* Create pseudo candidates for Qwerty keyboard */
539 /* Create pseudo candidates for 12key */
541 /* Create pseudo candidates for half width numeric */
551 /* Create pseudo candidates for full width numeric */
556 /* Create pseudo candidates for half width alphabet */
565 /* Create pseudo candidates for full width alphabet */
578 * Create the pseudo candidate list for Qwerty keyboard
586 /* Create pseudo candidates for half width alphabet *
    [all...]
  /build/soong/java/
aapt2.go 84 // Always set --pseudo-localize, it will be stripped out later for release
86 "cFlags": "--pseudo-localize",
105 // Always set --pseudo-localize, it will be stripped out later for release
107 "cFlags": "--pseudo-localize " + android.JoinWithPrefix(dirs.Strings(), "--dir "),
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
VariableSizeInsn.java 23 * Pseudo-instruction base class for variable-sized instructions.
  /dalvik/dx/src/com/android/dx/dex/code/
VariableSizeInsn.java 23 * Pseudo-instruction base class for variable-sized instructions.
  /dalvik/dx/tests/091-ssa-const-collector/
expected.txt 170 Blort.java:22@0000: Rop{move-result-pseudo N0000Ljava/lang/StringBuilder; <-
176 Blort.java:24@0009: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v1:
182 Blort.java:25@0010: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v1:
188 Blort.java:26@0017: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v1:
194 Blort.java:27@001e: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v1:
200 Blort.java:28@0025: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v1:
206 Blort.java:29@002c: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v1:
327 Blort.java:33@0000: Rop{move-result-pseudo N0000Ljava/lang/StringBuilder; <-
333 Blort.java:35@0009: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v2:
339 Blort.java:36@0010: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v2
    [all...]
  /external/android-clat/
ipv6.c 33 * checksum - pseudo-header checksum (unused)
126 // Do this before calculating the pseudo-header checksum because it updates the next header value.
146 /* Calculate the pseudo-header checksum.
147 * Technically, the length that is used in the pseudo-header checksum is the transport layer
  /external/autotest/client/cros/cellular/pseudomodem/
modemmanager.py 30 # we can give the pseudo modem manager a list of fake
  /external/autotest/client/deps/fakemodem/src/
fakenet.c 61 strcpy (namebuf, "pseudo-modem%d");
  /external/autotest/client/site_tests/cellular_DisconnectFailure/
control.pseudomodem 25 The test uses the pseudo modem manager to simulate two failure scenarios of a
  /external/clang/test/CodeGenCXX/
microsoft-compatibility.cpp 28 // The pseudo-dtor expr should not generate calls to anything.
  /external/curl/tests/data/
test286 54 # Verify pseudo protocol after the test has been "shot"

Completed in 1171 milliseconds

1 2 3 4 5 6 7 891011>>