Searched refs:bf (Results 1 - 25 of 77) sorted by relevance

1234

/external/clang/test/Analysis/
H A Dstack-block-returned.cpp5 bptr bf(int j) { function
H A Dfields.c4 typedef struct bf { unsigned x:2; } bf; typedef in typeref:struct:bf
6 bf y;
/external/linux-tools-perf/util/
H A Dbuild-id.h8 char *dso__build_id_filename(struct dso *self, char *bf, size_t size);
H A Dsort.c18 static int hist_entry__thread_snprintf(struct hist_entry *self, char *bf,
20 static int hist_entry__comm_snprintf(struct hist_entry *self, char *bf,
22 static int hist_entry__dso_snprintf(struct hist_entry *self, char *bf,
24 static int hist_entry__sym_snprintf(struct hist_entry *self, char *bf,
26 static int hist_entry__parent_snprintf(struct hist_entry *self, char *bf,
28 static int hist_entry__cpu_snprintf(struct hist_entry *self, char *bf,
107 static int repsep_snprintf(char *bf, size_t size, const char *fmt, ...) argument
113 n = vsnprintf(bf, size, fmt, ap);
115 char *sep = bf;
128 static int hist_entry__thread_snprintf(struct hist_entry *self, char *bf, argument
135 hist_entry__comm_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
164 hist_entry__dso_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
192 hist_entry__sym_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width __used) argument
248 hist_entry__parent_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
263 hist_entry__cpu_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
[all...]
H A Dbuild-id.c70 char *dso__build_id_filename(struct dso *self, char *bf, size_t size) argument
78 if (bf == NULL) {
79 if (asprintf(&bf, "%s/.build-id/%.2s/%s", buildid_dir,
83 snprintf(bf, size, "%s/.build-id/%.2s/%s", buildid_dir,
85 return bf;
H A Dtop.c70 size_t perf_top__header_snprintf(struct perf_top *top, char *bf, size_t size) argument
79 ret = SNPRINTF(bf, size,
90 ret = SNPRINTF(bf, size,
110 ret += SNPRINTF(bf + ret, size - ret, "%" PRIu64 "%s ",
116 ret += SNPRINTF(bf + ret, size - ret, "%s",
126 ret += SNPRINTF(bf + ret, size - ret, "%s%s",
130 sprintf(bf + last_pos - 3, "..");
137 ret += SNPRINTF(bf + ret, size - ret, "], ");
140 ret += SNPRINTF(bf + ret, size - ret, " (target_pid: %d",
143 ret += SNPRINTF(bf
[all...]
H A Dcolor.h35 int color_vsnprintf(char *bf, size_t size, const char *color,
39 int color_snprintf(char *bf, size_t size, const char *color, const char *fmt, ...);
42 int percent_color_snprintf(char *bf, size_t size, const char *fmt, double percent);
H A Dcolor.c169 static int __color_vsnprintf(char *bf, size_t size, const char *color, argument
185 r += snprintf(bf, size, "%s", color);
186 r += vsnprintf(bf + r, size - r, fmt, args);
188 r += snprintf(bf + r, size - r, "%s", PERF_COLOR_RESET);
190 r += snprintf(bf + r, size - r, "%s", trail);
219 int color_vsnprintf(char *bf, size_t size, const char *color, argument
222 return __color_vsnprintf(bf, size, color, fmt, args, NULL);
230 int color_snprintf(char *bf, size_t size, const char *color, argument
237 r = color_vsnprintf(bf, size, color, fmt, args);
320 int percent_color_snprintf(char *bf, size_ argument
[all...]
/external/clang/test/Sema/
H A Dwarn-bad-function-cast.c12 _Bool bf(void);
23 (const void)bf();
32 (_Bool)bf();
43 (int)bf(); /* expected-warning {{cast from function call of type '_Bool' to non-matching type 'int'}} */
/external/guava/guava-tests/test/com/google/common/hash/
H A DBloomFilterTest.java61 private void checkSanity(BloomFilter<Object> bf) { argument
62 assertFalse(bf.mightContain(new Object()));
65 bf.put(o);
66 assertTrue(bf.mightContain(o));
71 BloomFilter<byte[]> bf = BloomFilter.create(Funnels.byteArrayFunnel(), 100);
73 bf.put(Ints.toByteArray(i));
76 bf = SerializableTester.reserialize(bf);
78 assertTrue(bf.mightContain(Ints.toByteArray(i)));
/external/openssl/crypto/ui/
H A Dui_compat.h74 #define des_read_pw(b,bf,s,p,v) \
75 _ossl_old_des_read_pw((b),(bf),(s),(p),(v))
/external/openssl/include/openssl/
H A Dui_compat.h74 #define des_read_pw(b,bf,s,p,v) \
75 _ossl_old_des_read_pw((b),(bf),(s),(p),(v))
/external/clang/test/CodeGenCXX/
H A Dptr-to-member-function.cpp21 void bf() { printf("B::bf called\n"); } function in struct:B
34 return &B::bf;
/external/llvm/test/MC/MachO/ARM/
H A Dllvm-objdump-macho-stripped.s3 # CHECK: 0: 00 bf nop
H A Dllvm-objdump-macho.s18 # CHECK: 8: 00 bf nop
/external/jmonkeyengine/engine/src/test/jme3test/light/
H A DTestEnvironmentMapping.java53 BloomFilter bf = new BloomFilter(BloomFilter.GlowMode.Objects);
54 bf.setBloomIntensity(2.3f);
55 bf.setExposurePower(0.6f);
57 fpp.addFilter(bf);
/external/jmonkeyengine/engine/src/test/jme3test/model/
H A DTestHoverTank.java89 BloomFilter bf = new BloomFilter(BloomFilter.GlowMode.Objects);
90 bf.setBloomIntensity(2.0f);
91 bf.setExposurePower(1.3f);
92 fpp.addFilter(bf);
93 BloomUI bui = new BloomUI(inputManager, bf);
/external/openssl/crypto/evp/
H A De_bf.c77 IMPLEMENT_BLOCK_CIPHER(bf, ks, BF, EVP_BF_KEY, NID_bf, 8, 16, 8, 64,
/external/guava/guava/src/com/google/common/hash/
H A DBloomFilter.java222 SerialForm(BloomFilter<T> bf) { argument
223 this.data = bf.bits.data;
224 this.numHashFunctions = bf.numHashFunctions;
225 this.funnel = bf.funnel;
226 this.strategy = bf.strategy;
/external/mesa3d/src/mesa/main/
H A Dimports.h344 double af, bf; local
346 bf = (3 << 22) + 0.5 - (double)f;
349 __asm__ ("fstps %0" : "=m" (bi) : "t" (bf) : "st");
357 double af, bf; local
361 bf = (3 << 22) + 0.5 - (double)f;
363 u.f = (float) bf; bi = u.i;
391 double af, bf; local
393 bf = (3 << 22) + 0.5 - (double)f;
396 __asm__ ("fstps %0" : "=m" (bi) : "t" (bf) : "st");
404 double af, bf; local
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A DAVLTree.h484 void set_bf(handle h, int bf) { abs.set_balance_factor(h, bf); }
517 int bf = get_bf(bal_h);
518 if (bf != 0) {
519 if (bf > 0) {
556 int bf = get_bf(bal_h);
557 if (bf != 0) {
558 if (bf < 0) {
882 int bf;
886 bf
[all...]
/external/libffi/src/powerpc/
H A Dsysv.S77 bf- 5,1f
87 bf- 6,2f
108 bf+ 28,L(done_return_value)
111 bf 27,L(done_return_value)
128 bf 28,L(float_return_value)
131 bf 27,L(done_return_value)
/external/webkit/Source/WebKit/win/
H A DWebNodeHighlight.cpp159 BLENDFUNCTION bf; local
160 bf.BlendOp = AC_SRC_OVER;
161 bf.BlendFlags = 0;
162 bf.SourceConstantAlpha = 255;
163 bf.AlphaFormat = AC_SRC_ALPHA;
173 ::UpdateLayeredWindow(m_overlay, ::GetDC(0), &dstPoint, &size, hdc, &srcPoint, 0, &bf, ULW_ALPHA);
/external/llvm/examples/BrainF/
H A DBrainFDriver.cpp19 // ./BrainF -jit prog.bf #Run program now
20 // ./BrainF -jit -abc prog.bf #Run program now safely
21 // ./BrainF prog.bf #Write as BitCode
23 // lli prog.bf.bc #Run generated BitCode
126 BrainF bf; local
127 Module *mod = bf.parse(in, 65536, cf, Context); //64 KiB
/external/openssl/apps/
H A Dprogs.pl75 "rc2", "bf", "cast", "rc5",
83 "bf-cbc", "bf-ecb", "bf-cfb", "bf-ofb",
97 elsif ($_ =~ /bf/) { $t="#ifndef OPENSSL_NO_BF\n${t}#endif\n"; }

Completed in 448 milliseconds

1234