Home
last modified time | relevance | path

Searched defs:bb (Results 226 – 250 of 21963) sorted by relevance

12345678910>>...879

/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Ddominance.c259 dom_info::get_idom (basic_block bb) in get_idom()
663 basic_block bb; in compute_dom_fast_query() local
688 basic_block bb; in compute_dom_fast_query_in_region() local
762 basic_block bb; in calculate_dominance_info_for_region() local
794 basic_block bb; in free_dominance_info() local
825 basic_block bb; in free_dominance_info_for_region() local
1164 basic_block bb; in verify_dominators() local
1235 basic_block bb, dom = NULL; in prune_bbs_to_update_dominators() local
1307 basic_block bb, dom, ybb; in determine_dominators_for_sons() local
1386 basic_block bb, dom; in iterate_fix_dominators() local
[all …]
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/Testing/Cxx/
H A DTestBoundingBox.cxx29 double bb[6] = {-1,1,-1,1,-1,1}; in TestBoundingBox() local
38 double bb[6] = {-1,1,-1,1,-1,1}; in TestBoundingBox() local
47 double bb[6] = {-1,1,-1,1,-1,1}; in TestBoundingBox() local
56 double bb[6] = {-1,1,-1,1,-1,1}; in TestBoundingBox() local
66 double bb[6] = {-1,1,-1,1,-1,1}; in TestBoundingBox() local
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dcfgrtl.c274 basic_block bb; in create_basic_block_structure() local
352 basic_block bb; in rtl_create_basic_block() local
411 basic_block bb; in compute_bb_for_insn() local
1664 basic_block bb; in rtl_split_edge() local
1759 basic_block bb; in commit_one_edge_insertion() local
1871 basic_block bb; in commit_edge_insertions() local
2089 basic_block bb; in rtl_verify_flow_info_1() local
2349 basic_block bb; in rtl_verify_flow_info() local
2754 basic_block bb; in purge_all_dead_edges() local
2779 basic_block bb; in fixup_abnormal_edges() local
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcfgrtl.c274 basic_block bb; in create_basic_block_structure() local
352 basic_block bb; in rtl_create_basic_block() local
411 basic_block bb; in compute_bb_for_insn() local
1664 basic_block bb; in rtl_split_edge() local
1759 basic_block bb; in commit_one_edge_insertion() local
1863 basic_block bb; in commit_edge_insertions() local
2081 basic_block bb; in rtl_verify_flow_info_1() local
2341 basic_block bb; in rtl_verify_flow_info() local
2746 basic_block bb; in purge_all_dead_edges() local
2771 basic_block bb; in fixup_abnormal_edges() local
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimple-range-cache.cc53 non_null_ref::non_null_deref_p (tree name, basic_block bb) in non_null_deref_p()
128 basic_block bb; in dump() local
181 sbr_vector::set_bb_range (const basic_block bb, const irange &r) in set_bb_range()
199 sbr_vector::get_bb_range (irange &r, const basic_block bb) in get_bb_range()
214 sbr_vector::bb_range_p (const basic_block bb) in bb_range_p()
342 sbr_sparse_bitmap::bb_range_p (const basic_block bb) in bb_range_p()
775 ranger_cache::dump (FILE *f, basic_block bb) in dump()
823 basic_block bb = gimple_bb (SSA_NAME_DEF_STMT (name)); in set_global_range() local
850 ranger_cache::push_poor_value (basic_block bb, tree name) in push_poor_value()
961 ranger_cache::add_to_update (basic_block bb) in add_to_update()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgimple-range-cache.cc53 non_null_ref::non_null_deref_p (tree name, basic_block bb) in non_null_deref_p()
128 basic_block bb; in dump() local
181 sbr_vector::set_bb_range (const basic_block bb, const irange &r) in set_bb_range()
199 sbr_vector::get_bb_range (irange &r, const basic_block bb) in get_bb_range()
214 sbr_vector::bb_range_p (const basic_block bb) in bb_range_p()
342 sbr_sparse_bitmap::bb_range_p (const basic_block bb) in bb_range_p()
775 ranger_cache::dump (FILE *f, basic_block bb) in dump()
823 basic_block bb = gimple_bb (SSA_NAME_DEF_STMT (name)); in set_global_range() local
850 ranger_cache::push_poor_value (basic_block bb, tree name) in push_poor_value()
961 ranger_cache::add_to_update (basic_block bb) in add_to_update()
[all …]
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfSmartCopy.java142 private void serObject(PdfObject obj, int level, ByteBuffer bb) throws IOException { in serObject()
174 private void serDic(PdfDictionary dic, int level, ByteBuffer bb) throws IOException { in serDic()
182 serObject(dic.get((PdfName)keys[k]), level, bb); in serDic() local
186 private void serArray(PdfArray array, int level, ByteBuffer bb) throws IOException { in serArray()
191 serObject(array.getPdfObject(k), level, bb); in serArray() local
202 ByteBuffer bb = new ByteBuffer(); in ByteStore() local
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A Dadd1.c188 mp_limb_t mask, bb; in mpfr_add1() local
208 mp_limb_t mask, bb; in mpfr_add1() local
251 mp_limb_t bb; in mpfr_add1() local
305 mp_limb_t bb, cc; in mpfr_add1() local
355 mp_limb_t bb, cc; in mpfr_add1() local
426 mp_limb_t bb; in mpfr_add1() local
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/util/
H A DCharsetHelper.java52 ByteBuffer bb = charset.encode(cb); in stringToBytes() local
65 ByteBuffer bb = charset.encode(cb); in charactersToBytes() local
77 ByteBuffer bb = charset.encode(cb); in charactersToBytes() local
88 ByteBuffer bb = ByteBuffer.wrap(bytes); in bytesToCharacters() local
100 ByteBuffer bb = ByteBuffer.wrap(bytes, start, length); in bytesToCharacters() local
113 ByteBuffer bb = ByteBuffer.wrap(bytes); in bytesToString() local
124 ByteBuffer bb = ByteBuffer.wrap(bytes, start, length); in bytesToString() local
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/classpath/jdwp/processor/
H A DClassTypeCommandSet.java70 public boolean runCommand(ByteBuffer bb, DataOutputStream os, byte command) in runCommand()
104 private void executeSuperclass(ByteBuffer bb, DataOutputStream os) in executeSuperclass()
119 private void executeSetValues(ByteBuffer bb, DataOutputStream os) in executeSetValues()
150 private void executeInvokeMethod(ByteBuffer bb, DataOutputStream os) in executeInvokeMethod()
161 private void executeNewInstance(ByteBuffer bb, DataOutputStream os) in executeNewInstance()
182 private MethodResult invokeMethod(ByteBuffer bb) in invokeMethod()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/classpath/jdwp/processor/
H A DClassTypeCommandSet.java70 public boolean runCommand(ByteBuffer bb, DataOutputStream os, byte command) in runCommand()
104 private void executeSuperclass(ByteBuffer bb, DataOutputStream os) in executeSuperclass()
119 private void executeSetValues(ByteBuffer bb, DataOutputStream os) in executeSetValues()
150 private void executeInvokeMethod(ByteBuffer bb, DataOutputStream os) in executeInvokeMethod()
161 private void executeNewInstance(ByteBuffer bb, DataOutputStream os) in executeNewInstance()
182 private MethodResult invokeMethod(ByteBuffer bb) in invokeMethod()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/classpath/jdwp/processor/
H A DClassTypeCommandSet.java70 public boolean runCommand(ByteBuffer bb, DataOutputStream os, byte command) in runCommand()
104 private void executeSuperclass(ByteBuffer bb, DataOutputStream os) in executeSuperclass()
119 private void executeSetValues(ByteBuffer bb, DataOutputStream os) in executeSetValues()
150 private void executeInvokeMethod(ByteBuffer bb, DataOutputStream os) in executeInvokeMethod()
161 private void executeNewInstance(ByteBuffer bb, DataOutputStream os) in executeNewInstance()
182 private MethodResult invokeMethod(ByteBuffer bb) in invokeMethod()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/classpath/jdwp/processor/
H A DClassTypeCommandSet.java70 public boolean runCommand(ByteBuffer bb, DataOutputStream os, byte command) in runCommand()
104 private void executeSuperclass(ByteBuffer bb, DataOutputStream os) in executeSuperclass()
119 private void executeSetValues(ByteBuffer bb, DataOutputStream os) in executeSetValues()
150 private void executeInvokeMethod(ByteBuffer bb, DataOutputStream os) in executeInvokeMethod()
161 private void executeNewInstance(ByteBuffer bb, DataOutputStream os) in executeNewInstance()
182 private MethodResult invokeMethod(ByteBuffer bb) in invokeMethod()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/classpath/jdwp/processor/
H A DClassTypeCommandSet.java70 public boolean runCommand(ByteBuffer bb, DataOutputStream os, byte command) in runCommand()
104 private void executeSuperclass(ByteBuffer bb, DataOutputStream os) in executeSuperclass()
119 private void executeSetValues(ByteBuffer bb, DataOutputStream os) in executeSetValues()
150 private void executeInvokeMethod(ByteBuffer bb, DataOutputStream os) in executeInvokeMethod()
161 private void executeNewInstance(ByteBuffer bb, DataOutputStream os) in executeNewInstance()
182 private MethodResult invokeMethod(ByteBuffer bb) in invokeMethod()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/classpath/jdwp/processor/
H A DStackFrameCommandSet.java63 public boolean runCommand(ByteBuffer bb, DataOutputStream os, byte command) in runCommand()
98 private void executeGetValues(ByteBuffer bb, DataOutputStream os) in executeGetValues()
122 private void executeSetValues(ByteBuffer bb, DataOutputStream os) in executeSetValues()
139 private void executeThisObject(ByteBuffer bb, DataOutputStream os) in executeThisObject()
151 private void executePopFrames(ByteBuffer bb, DataOutputStream os) in executePopFrames()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/nio/
H A DBits.java71 static char getCharL(ByteBuffer bb, int bi) { in getCharL()
81 static char getCharB(ByteBuffer bb, int bi) { in getCharB()
143 static short getShortL(ByteBuffer bb, int bi) { in getShortL()
153 static short getShortB(ByteBuffer bb, int bi) { in getShortB()
218 static int getIntL(ByteBuffer bb, int bi) { in getIntL()
232 static int getIntB(ByteBuffer bb, int bi) { in getIntB()
317 static long getLongL(ByteBuffer bb, int bi) { in getLongL()
339 static long getLongB(ByteBuffer bb, int bi) { in getLongB()
439 static float getFloatL(ByteBuffer bb, int bi) { in getFloatL()
447 static float getFloatB(ByteBuffer bb, int bi) { in getFloatB()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/nio/
H A DBits.java71 static char getCharL(ByteBuffer bb, int bi) { in getCharL()
81 static char getCharB(ByteBuffer bb, int bi) { in getCharB()
143 static short getShortL(ByteBuffer bb, int bi) { in getShortL()
153 static short getShortB(ByteBuffer bb, int bi) { in getShortB()
218 static int getIntL(ByteBuffer bb, int bi) { in getIntL()
232 static int getIntB(ByteBuffer bb, int bi) { in getIntB()
317 static long getLongL(ByteBuffer bb, int bi) { in getLongL()
339 static long getLongB(ByteBuffer bb, int bi) { in getLongB()
439 static float getFloatL(ByteBuffer bb, int bi) { in getFloatL()
447 static float getFloatB(ByteBuffer bb, int bi) { in getFloatB()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Ddominance.c208 dom_info::get_idom (basic_block bb) in get_idom()
251 dom_info::calc_dfs_tree_nonrec (basic_block bb) in calc_dfs_tree_nonrec()
504 basic_block bb = m_dfs_to_bb[v]; in calc_idoms() local
608 basic_block bb; in compute_dom_fast_query() local
675 basic_block bb; in free_dominance_info() local
1019 basic_block bb; in verify_dominators() local
1089 basic_block bb, dom = NULL; in prune_bbs_to_update_dominators() local
1161 basic_block bb, dom, ybb; in determine_dominators_for_sons() local
1240 basic_block bb, dom; in iterate_fix_dominators() local
1442 next_dom_son (enum cdi_direction dir, basic_block bb) in next_dom_son()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Ddominance.c208 dom_info::get_idom (basic_block bb) in get_idom()
251 dom_info::calc_dfs_tree_nonrec (basic_block bb) in calc_dfs_tree_nonrec()
504 basic_block bb = m_dfs_to_bb[v]; in calc_idoms() local
608 basic_block bb; in compute_dom_fast_query() local
675 basic_block bb; in free_dominance_info() local
1019 basic_block bb; in verify_dominators() local
1089 basic_block bb, dom = NULL; in prune_bbs_to_update_dominators() local
1161 basic_block bb, dom, ybb; in determine_dominators_for_sons() local
1240 basic_block bb, dom; in iterate_fix_dominators() local
1442 next_dom_son (enum cdi_direction dir, basic_block bb) in next_dom_son()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dcfg.c109 basic_block bb; in clear_edges() local
134 basic_block bb; in alloc_block() local
164 basic_block bb; in compact_blocks() local
411 basic_block bb; in clear_bb_flags() local
470 basic_block bb; in dump_flow_info() local
664 basic_block bb; in alloc_aux_for_blocks() local
676 basic_block bb; in clear_aux_for_blocks() local
727 basic_block bb; in alloc_aux_for_edges() local
745 basic_block bb; in clear_aux_for_edges() local
770 debug_bb (basic_block bb) in debug_bb()
[all …]
/dports/sysutils/fusefs-zip/fuse-zip-0.4.4/tests/whitebox/
H A DbigBufferTest.cpp189 BigBuffer bb; in createDelete() local
194 BigBuffer bb; in truncate() local
217 BigBuffer bb; in readFile() local
243 BigBuffer bb; in readFileOverChunkSize() local
290 BigBuffer bb; in writeFile() local
363 BigBuffer bb; in zipUserFunctionCallBackEmpty() local
391 BigBuffer bb; in zipUserFunctionCallBackNonEmpty() local
463 BigBuffer bb(&z, 0, size); in readZip() local
478 BigBuffer bb; in writeZip() local
505 BigBuffer bb(&z, 0, size); in writeZip() local
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcfg.c191 basic_block bb; in clear_edges() local
231 basic_block bb; in alloc_block() local
260 basic_block bb; in compact_blocks() local
481 basic_block bb; in clear_bb_flags() local
492 basic_block bb; in dump_flow_info() local
706 basic_block bb; in alloc_aux_for_blocks() local
718 basic_block bb; in clear_aux_for_blocks() local
772 basic_block bb; in alloc_aux_for_edges() local
789 basic_block bb; in clear_aux_for_edges() local
822 basic_block bb, last_bb_seen; in verify_flow_info() local
[all …]
H A Dloop-init.c54 basic_block bb; in loop_optimizer_init() local
99 basic_block bb = exit_succ; in fixup_loop_exit_succesor() local
139 basic_block bb; in loop_optimizer_finalize() local
158 basic_block loop_real_latch, bb, bb_exit; in loop_optimizer_finalize() local
/dports/audio/epos-devel/epos-2.5.37/src/nnet/
H A Dslowstring.h76 T bb[2] = { b, 0 }; variable
95 T bb[2] = { b, 0 }; variable
140 T bb[2] = { b, 0 }; variable
161 T bb[2] = { b, 0 }; variable
199 T bb[2]; variable
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dloop-init.c54 basic_block bb; in loop_optimizer_init() local
99 basic_block bb = exit_succ; in fixup_loop_exit_succesor() local
139 basic_block bb; in loop_optimizer_finalize() local
158 basic_block loop_real_latch, bb, bb_exit; in loop_optimizer_finalize() local

12345678910>>...879