Home
last modified time | relevance | path

Searched refs:fsb (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/src/stdio/
H A Dofl.c32 FILE *fsb = NULL; in __ofl_alloc() local
34 unsigned char *fsb = NULL; in __ofl_alloc()
63 fsb = (FILE *)malloc(DEFAULT_ALLOC_FILE * sizeof(FILE)); in __ofl_alloc()
65 fsb = (unsigned char *)malloc(DEFAULT_ALLOC_FILE * sizeof(FILE)); in __ofl_alloc()
67 if (!fsb) { in __ofl_alloc()
74 FILE_LIST_INSERT_HEAD(ofl_free, &fsb[cnt]); in __ofl_alloc()
81 ofl_free = (FILE*)fsb; in __ofl_alloc()
86 FILE *tmp = (FILE*)(fsb + cnt * sizeof(FILE)); in __ofl_alloc()
/third_party/typescript/tests/baselines/reference/
H A DprivateNameInInExpression(target=es2022).js37 flow(u: unknown, n: never, fb: Foo | Bar, fs: FooSub, b: Bar, fsb: FooSub | Bar, fsfb: Foo | FooSub | Bar) {
89 if (#field in fsb) {
90 fsb; // good fsb is FooSub
92 fsb; // good fsb is Bar
146 flow(u, n, fb, fs, b, fsb, fsfb) {
193 if (#field in fsb) {
194 fsb; // good fsb i
[all...]
H A DprivateNameInInExpression(target=esnext).js37 flow(u: unknown, n: never, fb: Foo | Bar, fs: FooSub, b: Bar, fsb: FooSub | Bar, fsfb: Foo | FooSub | Bar) {
89 if (#field in fsb) {
90 fsb; // good fsb is FooSub
92 fsb; // good fsb is Bar
146 flow(u, n, fb, fs, b, fsb, fsfb) {
193 if (#field in fsb) {
194 fsb; // good fsb i
[all...]
/third_party/musl/porting/linux/user/src/stdio/
H A Dofl.c27 FILE *fsb = NULL; in __ofl_alloc() local
42 fsb = (FILE *)malloc(DEFAULT_ALLOC_FILE * sizeof(FILE)); in __ofl_alloc()
43 if (!fsb) { in __ofl_alloc()
50 FILE_LIST_INSERT_HEAD(ofl_free, &fsb[cnt]); in __ofl_alloc()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMeasureFormat.java896 FormattedStringBuilder fsb = new FormattedStringBuilder(); in formatNumeric()
919 fsb.appendChar16(c, null); in formatNumeric()
922 fsb.append(numberFormatter2.format(value), null); // TODO: Use proper Field in formatNumeric()
925 fsb.append(numberFormatter.format(value), null); // TODO: Use proper Field in formatNumeric()
932 fsb.appendChar16(c, null); in formatNumeric()
939 fsb.appendChar16(c, null); in formatNumeric()
944 appendable.append(fsb); in formatNumeric()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMeasureFormat.java861 FormattedStringBuilder fsb = new FormattedStringBuilder(); in formatNumeric()
884 fsb.appendChar16(c, null); in formatNumeric()
887 fsb.append(numberFormatter2.format(value), null); // TODO: Use proper Field in formatNumeric()
890 fsb.append(numberFormatter.format(value), null); // TODO: Use proper Field in formatNumeric()
897 fsb.appendChar16(c, null); in formatNumeric()
904 fsb.appendChar16(c, null); in formatNumeric()
909 appendable.append(fsb); in formatNumeric()
/third_party/icu/icu4c/source/i18n/
H A Dmeasfmt.cpp770 FormattedStringBuilder fsb; in formatNumeric() local
794 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric()
804 fsb.append(tmp, kUndefinedField, status); in formatNumeric()
810 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric()
817 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric()
821 appendTo.append(fsb.toTempUnicodeString()); in formatNumeric()
/third_party/node/deps/icu-small/source/i18n/
H A Dmeasfmt.cpp770 FormattedStringBuilder fsb; in formatNumeric() local
794 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric()
804 fsb.append(tmp, kUndefinedField, status); in formatNumeric()
810 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric()
817 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric()
821 appendTo.append(fsb.toTempUnicodeString()); in formatNumeric()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmeasfmt.cpp770 FormattedStringBuilder fsb; in formatNumeric() local
794 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric()
804 fsb.append(tmp, kUndefinedField, status); in formatNumeric()
810 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric()
817 fsb.appendChar16(c, kUndefinedField, status); in formatNumeric()
821 appendTo.append(fsb.toTempUnicodeString()); in formatNumeric()
/third_party/ffmpeg/libavformat/
H A DMakefile221 OBJS-$(CONFIG_FSB_DEMUXER) += fsb.o

Completed in 10 milliseconds