Home
last modified time | relevance | path

Searched refs:bof (Results 1 – 25 of 26) sorted by relevance

12

/third_party/libdrm/radeon/
Dbof.c34 static int bof_entry_grow(bof_t *bof) in bof_entry_grow() argument
38 if (bof->array_size < bof->nentry) in bof_entry_grow()
40 array = realloc(bof->array, (bof->nentry + 16) * sizeof(void*)); in bof_entry_grow()
43 bof->array = array; in bof_entry_grow()
44 bof->nentry += 16; in bof_entry_grow()
125 bof_t *bof_array_get(bof_t *bof, unsigned i) in bof_array_get() argument
127 if (!bof_is_array(bof) || i >= bof->array_size) in bof_array_get()
129 return bof->array[i]; in bof_array_get()
132 unsigned bof_array_size(bof_t *bof) in bof_array_size() argument
134 if (!bof_is_array(bof)) in bof_array_size()
[all …]
Dbof.h39 struct bof;
41 typedef struct bof { struct
42 struct bof **array; argument
65 extern bof_t *bof_array_get(bof_t *bof, unsigned i); argument
66 extern unsigned bof_array_size(bof_t *bof);
69 extern unsigned bof_blob_size(bof_t *bof);
70 extern void *bof_blob_value(bof_t *bof);
75 extern int32_t bof_int32_value(bof_t *bof);
77 extern void bof_decref(bof_t *bof);
78 extern void bof_incref(bof_t *bof);
[all …]
DMakefile.sources20 bof.c \
21 bof.h
/third_party/typescript/tests/cases/fourslash/
DtoggleDuplicateFunctionDeclaration.ts8 goTo.bof();
11 goTo.bof();
DtypeAboveNumberLiteralExpressionStatement.ts8 goTo.bof();
DremoveDeclareFunctionExports.ts8 goTo.bof();
DremoveDuplicateIdentifier.ts6 goTo.bof();
DformattingConditionalOperator.ts5 goTo.bof();
DinterfaceIndent.ts4 goTo.bof();
DmoduleIndent.ts4 goTo.bof();
DformatEmptyBlock.ts7 goTo.bof();
DformattingOnCloseBrace.ts8 goTo.bof();
DformatImplicitModule.ts8 goTo.bof();
DformatDebuggerStatement.ts7 goTo.bof();
DformattingOnModuleIndentation.ts8 goTo.bof();
DpasteLambdaOverModule.ts8 goTo.bof();
Dfourslash.ts198 bof(): void;
/third_party/icu/icu4c/source/data/brkitr/rules/
Dsent.txt82 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…
83 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…
Dsent_el.txt82 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…
83 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…
/third_party/flutter/skia/third_party/externals/icu/source/data/brkitr/rules/
Dsent.txt82 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…
83 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…
Dsent_el.txt83 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…
84 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…
/third_party/skia/third_party/externals/icu/source/data/brkitr/rules/
Dsent_el.txt82 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…
83 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…
Dsent.txt82 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…
83 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…
/third_party/boost/boost/polygon/detail/
Dscan_arbitrary.hpp2626 boolean_output_functor<result_type, std::vector<property_type>, 0> bof; in execute() local
2627 sl.scan(result, bof, pmd.begin(), pmd.end()); in execute()
2629 boolean_output_functor<result_type, std::vector<property_type>, 1> bof; in execute() local
2630 sl.scan(result, bof, pmd.begin(), pmd.end()); in execute()
2632 boolean_output_functor<result_type, std::vector<property_type>, 2> bof; in execute() local
2633 sl.scan(result, bof, pmd.begin(), pmd.end()); in execute()
2635 boolean_output_functor<result_type, std::vector<property_type>, 3> bof; in execute() local
2636 sl.scan(result, bof, pmd.begin(), pmd.end()); in execute()
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts82 public bof() { method in FourSlashInterface.GoTo

12