OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitname
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc
36
char inname[80], outname[40],
bitname
[40];
local
95
sscanf(argv[5], "%s",
bitname
);
96
if ((bitp = fopen(
bitname
, "wb")) == NULL) {
97
printf(" G.711: Cannot read file %s.\n",
bitname
);
112
printf("\nBitfile: %s\n",
bitname
);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
Options.java
168
String
bitName
= getOptionName(singleBit);
169
sb.append(
bitName
);
/external/llvm/lib/Target/AMDGPU/InstPrinter/
AMDGPUInstPrinter.h
44
StringRef
BitName
);
AMDGPUInstPrinter.cpp
70
raw_ostream& O, StringRef
BitName
) {
72
O << ' ' <<
BitName
;
/prebuilts/go/darwin-x86/src/cmd/go/
vcs.go
869
re: `^(?P<root>bitbucket\.org/(?P<
bitname
>[A-Za-z0-9_.\-]+/[A-Za-z0-9_.\-]+))(/[A-Za-z0-9_.\-]+)*$`,
957
url := expand(match, "https://api.bitbucket.org/1.0/repositories/{
bitname
}")
/prebuilts/go/linux-x86/src/cmd/go/
vcs.go
869
re: `^(?P<root>bitbucket\.org/(?P<
bitname
>[A-Za-z0-9_.\-]+/[A-Za-z0-9_.\-]+))(/[A-Za-z0-9_.\-]+)*$`,
957
url := expand(match, "https://api.bitbucket.org/1.0/repositories/{
bitname
}")
/toolchain/binutils/binutils-2.25/opcodes/
bfin-dis.c
1227
const char *
bitname
= statbits (cbit);
local
[
all
...]
Completed in 167 milliseconds