/external/clang/INPUTS/ |
cfg-long-chain1.c | 1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y); 16 #define BRANCH(i, x, y) if ((x % 13171) < i) { int var = x / 13171; y ^= var; } 18 #undef BRANCH
|
cfg-long-chain2.c | 1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y); 16 #define BRANCH(i, x, y) if (((x % 13171) + ++y) < i) { int var = x / 13171 + y; return var; } 18 #undef BRANCH
|
cfg-long-chain3.c | 1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y); 16 #define BRANCH(i, x, y) if ((x % 13171) < i) { int var = x / 13171; y ^= var; } else 18 #undef BRANCH
|
/device/asus/grouper/self-extractors/ |
generate-packages.sh | 58 BRANCH=klp-dev 59 if test $BRANCH = jb-dev 64 if test $BRANCH = jb-mr1-dev 69 if test $BRANCH = jb-mr1.1-dev 74 if test $BRANCH = jb-mr2-dev 79 if test $BRANCH = klp-dev
|
/device/asus/tilapia/self-extractors/ |
generate-packages.sh | 40 BRANCH=klp-dev 41 if test $BRANCH = jb-mr1-dev 46 if test $BRANCH = jb-mr1.1-dev 51 if test $BRANCH = jb-mr2-dev 56 if test $BRANCH = klp-dev
|
/device/samsung/manta/self-extractors/ |
generate-packages.sh | 48 BRANCH=klp-dev 49 if test $BRANCH = jb-mr1-dev 54 if test $BRANCH = jb-mr1.1-dev 59 if test $BRANCH = jb-mr2-dev 64 if test $BRANCH = klp-dev
|
/device/lge/mako/self-extractors/ |
generate-packages.sh | 35 BRANCH=klp-dev 36 if test $BRANCH = jb-mr1.1-dev 41 if test $BRANCH = jb-mr2-dev 46 if test $BRANCH = klp-dev
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
ParameterNames.java | 127 public static final String BRANCH = "branch";
|
Via.java | 63 /** The branch parameter is included by every forking proxy. 65 public static final String BRANCH = ParameterNames.BRANCH; 507 * Gets the branch paramater of the ViaHeader. Returns null if branch 510 * @return the string branch value of ViaHeader 513 return getParameter(ParameterNames.BRANCH); 517 * Sets the branch parameter of the ViaHeader to the newly supplied 518 * branch value. 520 * @param branch - the new string branch parmameter of the ViaHeader [all...] |
/device/asus/deb/self-extractors/ |
generate-packages.sh | 36 BRANCH=klp-dev 37 if test $BRANCH = klp-dev
|
/device/asus/flo/self-extractors/ |
generate-packages.sh | 33 BRANCH=klp-dev 34 if test $BRANCH = klp-dev
|
/device/lge/hammerhead/self-extractors/ |
generate-packages.sh | 20 BRANCH=klp-dev 21 if test $BRANCH = klp-dev
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDGPUInstrInfo.cpp | 92 case AMDGPU::BRANCH:
|
R600ISelLowering.cpp | 199 case AMDGPU::BRANCH:
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPUInstrInfo.cpp | 92 case AMDGPU::BRANCH:
|
R600ISelLowering.cpp | 199 case AMDGPU::BRANCH:
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
ViaParser.java | 98 if (name.equals(Via.BRANCH)) { 101 throw new ParseException("null branch Id", lexer.getPtr()); 232 * via[] = { "Via: SIP/2.0/UDP 135.180.130.133;branch=-12345\n", "Via: 233 * SIP/2.0/UDP 166.34.120.100;branch=0000045d-00000001"+ ",SIP/2.0/UDP 237 * branch=C1C3344E2710000000E299E568E7potato10potato0potato0\n", "Via: 239 * branch=C1C3344E2710000000E299E568E7potato10potato0potato0\n", "Via: 244 * "Via: SIP/2.0/UDP ss2.wcom.com:5060;branch=721e418c4.1"+ ", SIP/2.0/UDP 245 * ss1.wcom.com:5060;branch=2d4790.1"+ " , SIP/2.0/UDP here.com:5060( Hello 247 * ss1.wcom.com:5060;branch=2d4790.1\n", "Via: SIP/2.0/UDP 248 * first.example.com:4000;ttl=16"+ ";maddr=224.2.0.1 ;branch=a7c6a8dlze. [all...] |
/external/llvm/lib/Target/R600/ |
AMDGPUInstrInfo.cpp | 97 case AMDGPU::BRANCH:
|
AMDILCFGStructurizer.cpp | 253 /// BB with backward-edge could have move instructions after the branch 609 case AMDGPU::BRANCH: 769 // Remove unconditional branch instr. [all...] |
R600InstrInfo.cpp | 692 return Opcode == AMDGPU::BRANCH || Opcode == AMDGPU::BRANCH_COND_i32 || 714 // AMDGPU::BRANCH* instructions are only available after isel and are not 749 return true; // Can't handle indirect branch. [all...] |
SIISelLowering.cpp | 468 case AMDGPU::BRANCH: return BB; 763 /// This transforms the control flow intrinsics to get the branch destination as 764 /// last parameter, also switches branch target with BR if the need arise 808 // Give the branch instruction our target [all...] |
R600ISelLowering.cpp | 481 case AMDGPU::BRANCH: [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPServerTransaction.java | 554 // Branch code in the topmost Via header 568 // Get the topmost Via header and its branch parameter 576 // If the branch parameter exists but 590 // If a new branch parameter exists, 594 // shares the same same branch id of the invite 604 // branch parameter. [all...] |