Home
last modified time | relevance | path

Searched refs:bfp (Results 1 – 7 of 7) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dread-mo.c66 read_binary_mo_file (struct binary_mo_file *bfp, in read_binary_mo_file() argument
95 bfp->filename = filename; in read_binary_mo_file()
96 bfp->data = buf; in read_binary_mo_file()
97 bfp->size = size; in read_binary_mo_file()
102 get_uint32 (const struct binary_mo_file *bfp, size_t offset) in get_uint32() argument
107 if (size_overflow_p (end) || end > bfp->size) in get_uint32()
108 error (EXIT_FAILURE, 0, _("file \"%s\" is truncated"), bfp->filename); in get_uint32()
110 b0 = *(unsigned char *) (bfp->data + offset + 0); in get_uint32()
111 b1 = *(unsigned char *) (bfp->data + offset + 1); in get_uint32()
112 b2 = *(unsigned char *) (bfp->data + offset + 2); in get_uint32()
[all …]
/third_party/boost/boost/intrusive/
Dslist.hpp935 const node_ptr bfp = before_f.pointed_node(); in erase_after() local
939 this->set_last_node(bfp); in erase_after()
942 node_algorithms::unlink_after(bfp, lp); in erase_after()
968 const node_ptr bfp = before_f.pointed_node(); in erase_after() local
972 this->set_last_node(bfp); in erase_after()
975 node_algorithms::unlink_after(bfp, lp); in erase_after()
1096 node_ptr bfp(before_f.pointed_node()), lp(l.pointed_node()); in s_erase_after_and_dispose() local
1097 node_ptr fp(node_traits::get_next(bfp)); in s_erase_after_and_dispose()
1098 node_algorithms::unlink_after(bfp, lp); in s_erase_after_and_dispose()
1131 node_ptr bfp(before_f.pointed_node()), lp(l.pointed_node()); in erase_after_and_dispose() local
[all …]
/third_party/skia/src/gpu/effects/
DGrBlendFragmentProcessor.cpp201 const BlendFragmentProcessor& bfp = args.fFp.cast<BlendFragmentProcessor>(); in onMakeProgramImpl() local
202 SkBlendMode mode = bfp.fMode; in onMakeProgramImpl()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c614 struct brw_program *bfp = brw_program(prog); in brw_fs_precompile() local
632 bool success = brw_codegen_wm_prog(brw, bfp, &key, &vue_map); in brw_fs_precompile()
/third_party/python/Lib/test/test_email/
Dtest_email.py4145 bfp = email.feedparser.BytesFeedParser()
4147 bfp.feed(self.latin_bin_msg[i:i+10])
4148 m = bfp.close()
/third_party/optimized-routines/math/test/traces/
Dexp.txt5398 -0x1.06475708542bfp+4
15730 -0x1.78814412816bfp+2
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer14435 * plugins/mp3decode/parse/mp3parse.c: Fixes to the bfp calculation,