HomeSort by relevance Sort by last modified time
    Searched refs:bp (Results 426 - 450 of 993) sorted by null

<<11121314151617181920>>

  /external/tensorflow/tensorflow/tools/ci_build/builds/
android_full.sh 105 tensorflow/contrib/makefile/samples/build_and_run_inception_hexagon.sh -bp
  /frameworks/av/media/libeffects/dynamicsproc/dsp/
DPFrequency.h 104 void computeBinStartStop(BandParams &bp, size_t binStart);
  /prebuilts/tools/common/m2/repository/kr/motd/maven/os-maven-plugin/1.2.3.Final/
os-maven-plugin-1.2.3.Final.jar 
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
flow.s 21 IF CC JUMP (1022) (BP);
22 if !cc jump (0xffffFc00) (Bp);
25 if CC jUmP (footext) (bp);
26 if !cc jump (FOOTEXT) (bP);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/fr30/
allinsn.s 220 .global bp
221 bp: label
222 bp footext
286 bp:d delay_footext
  /build/soong/cc/
cc_test.go 55 func createTestContext(t *testing.T, config android.Config, bp string) *android.TestContext {
75 bp = bp + `
165 "Android.bp": []byte(bp),
176 func testCcWithConfig(t *testing.T, bp string, config android.Config) *android.TestContext {
178 ctx := createTestContext(t, config, bp)
180 _, errs := ctx.ParseFileList(".", []string{"Android.bp"})
188 func testCc(t *testing.T, bp string) *android.TestContext {
194 return testCcWithConfig(t, bp, config
    [all...]
  /external/tcpdump/
print-isakmp.c 644 const u_char *bp, u_int length,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/load/
pkg.go 442 // Import always returns bp != nil, even if an error occurs,
444 var bp *build.Package
447 bp, err = cfg.BuildContext.ImportDir(debugDeprecatedImportcfgDir, 0)
449 bp = new(build.Package)
457 bp, err = cfg.BuildContext.Import(path, srcDir, buildMode)
459 bp.ImportPath = importPath
461 bp.BinDir = cfg.GOBIN
463 if debugDeprecatedImportcfgDir == "" && err == nil && !isLocal && bp.ImportComment != "" && bp.ImportComment != path &&
465 err = fmt.Errorf("code in directory %s expects import %q", bp.Dir, bp.ImportComment
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/load/
pkg.go 442 // Import always returns bp != nil, even if an error occurs,
444 var bp *build.Package
447 bp, err = cfg.BuildContext.ImportDir(debugDeprecatedImportcfgDir, 0)
449 bp = new(build.Package)
457 bp, err = cfg.BuildContext.Import(path, srcDir, buildMode)
459 bp.ImportPath = importPath
461 bp.BinDir = cfg.GOBIN
463 if debugDeprecatedImportcfgDir == "" && err == nil && !isLocal && bp.ImportComment != "" && bp.ImportComment != path &&
465 err = fmt.Errorf("code in directory %s expects import %q", bp.Dir, bp.ImportComment
    [all...]
  /external/boringssl/src/crypto/fipsmodule/bn/asm/
x86_64-mont5.pl 13 # countermeasures. The subroutines are produced by replacing bp[i]
51 $bp="%rdx"; # const BN_ULONG *bp,
55 # int idx); # 0 to 2^5-1, "index" in $bp holding
57 # in such manner that b[0] is $bp[idx],
140 lea 128($bp),%r12 # reassign $bp (+size optimization)
142 $bp="%r12";
199 pand `16*($k+0)-128`($bp),%xmm0 # while it's still in register
201 pand `16*($k+1)-128`($bp),%xmm
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
sigcontext.h 113 __u32 bp; member in struct:sigcontext_32
141 __u64 bp; member in struct:sigcontext_64
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
st16_64.asm 63 mov bp,07c00h
98 mov ax,word ptr [bp+VolId]
100 mov ax,word ptr [bp+VolId+2]
167 add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
196 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
198 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
227 add eax,dword ptr [bp+LBAOffsetForBootSector] ; Add LBAOffsetForBootSector to Start LBA
228 add eax,dword ptr [bp+HiddenSectors] ; Add HiddenSectors to Start LBA
232 mov bp,07bfch ; bp = 0x7bfc
    [all...]
st32_64.asm 77 mov bp,07c00h
113 mov ax,word ptr [bp+VolId]
115 mov ax,word ptr [bp+VolId+2]
183 add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
212 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
214 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
243 add eax,dword ptr [bp+LBAOffsetForBootSector] ; Add LBAOffsetForBootSector to Start LBA
244 add eax,dword ptr [bp+HiddenSectors] ; Add HiddenSectors to Start LBA
248 mov bp,07bfch ; bp = 0x7bfc
    [all...]
start.asm 63 mov bp,07c00h
98 mov ax,word ptr [bp+VolId]
100 mov ax,word ptr [bp+VolId+2]
157 add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
191 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
193 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
222 add eax,dword ptr [bp+LBAOffsetForBootSector] ; Add LBAOffsetForBootSector to Start LBA
223 add eax,dword ptr [bp+HiddenSectors] ; Add HiddenSectors to Start LBA
227 mov bp,07bfch ; bp = 0x7bfc
    [all...]
start16.asm 63 mov bp,07c00h
98 mov ax,word ptr [bp+VolId]
100 mov ax,word ptr [bp+VolId+2]
155 add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
184 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
186 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
215 add eax,dword ptr [bp+LBAOffsetForBootSector] ; Add LBAOffsetForBootSector to Start LBA
216 add eax,dword ptr [bp+HiddenSectors] ; Add HiddenSectors to Start LBA
220 mov bp,07bfch ; bp = 0x7bfc
    [all...]
start32.asm 77 mov bp,07c00h
113 mov ax,word ptr [bp+VolId]
115 mov ax,word ptr [bp+VolId+2]
170 add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
199 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
201 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
230 add eax,dword ptr [bp+LBAOffsetForBootSector] ; Add LBAOffsetForBootSector to Start LBA
231 add eax,dword ptr [bp+HiddenSectors] ; Add HiddenSectors to Start LBA
235 mov bp,07bfch ; bp = 0x7bfc
    [all...]
start64.asm 63 mov bp,07c00h
98 mov ax,word ptr [bp+VolId]
100 mov ax,word ptr [bp+VolId+2]
169 add ax,word ptr [bp+ReservedSectors] ; ax = FatSectorNumber = ReservedSectors + (FatOffset >> BLOCK_OFFSET)
203 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
205 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
234 add eax,dword ptr [bp+LBAOffsetForBootSector] ; Add LBAOffsetForBootSector to Start LBA
235 add eax,dword ptr [bp+HiddenSectors] ; Add HiddenSectors to Start LBA
239 mov bp,07bfch ; bp = 0x7bfc
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/
IpfDefines.h 547 #define BITMASK(bp, value) (value << bp)
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmmInit.asm 82 jmp bp ; jmp ebp actually
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BigMatrixImpl.java 1161 final BigDecimal[][] bp = new BigDecimal[nRowB][nColB]; local
    [all...]
  /external/boringssl/src/crypto/bio/
file.c 261 static int file_gets(BIO *bp, char *buf, int size) {
268 if (!fgets(buf, size, (FILE *)bp->ptr)) {
  /external/boringssl/src/crypto/fipsmodule/bn/
cmp.c 75 const BN_ULONG *bp = b->d; local
78 BN_ULONG t2 = bp[i];
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 217 /// pc/bp are used to unwind the stack trace.
219 uptr bp; member in struct:__ubsan::ReportOptions
232 ReportOptions Opts = {unrecoverable_handler, pc, bp}
  /external/kernel-headers/original/uapi/asm-x86/asm/
sigcontext.h 209 __u32 bp; member in struct:sigcontext_32
249 __u64 bp; member in struct:sigcontext_64
  /external/libpcap/
dlpisubs.c 155 p->bp = bufp;
194 p->bp = bufp;

Completed in 737 milliseconds

<<11121314151617181920>>