Searched refs:extra (Results 1 - 25 of 27) sorted by relevance

12

/haiku/src/add-ons/accelerants/common/
H A Ddecode_edid.c206 && ((raw->extra.zero_0[0] == 0 && raw->extra.zero_0[1] == 0)
207 || (raw->extra.zero_0[2] == 0 && raw->extra.zero_4 == 0))) {
208 monitor->monitor_desc_type = raw->extra.monitor_desc_type;
210 switch (raw->extra.monitor_desc_type) {
213 raw->extra.data.serial_number, EDID1_EXTRA_STRING_LEN);
218 raw->extra.data.ascii_data, EDID1_EXTRA_STRING_LEN);
222 monitor->data.monitor_range = raw->extra.data.monitor_range;
227 raw->extra
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h477 // extra attributes
496 uint32 time_extra, bool extra)
499 if (extra && sizeof(timespec->tv_sec) > 4)
502 if (extra)
508 void GetModificationTime(struct timespec *timespec, bool extra) const
510 extra); }
511 void GetAccessTime(struct timespec *timespec, bool extra) const
512 { _DecodeTime(timespec, access_time, access_time_extra, extra); }
513 void GetChangeTime(struct timespec *timespec, bool extra) const
514 { _DecodeTime(timespec, change_time, change_time_extra, extra); }
495 _DecodeTime(struct timespec *timespec, uint32 time, uint32 time_extra, bool extra) argument
535 SetModificationTime(const struct timespec *timespec, bool extra) argument
541 SetAccessTime(const struct timespec *timespec, bool extra) argument
547 SetChangeTime(const struct timespec *timespec, bool extra) argument
553 SetCreationTime(const struct timespec *timespec, bool extra) argument
[all...]
/haiku/src/libs/bsd/
H A Dvis.c164 do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) argument
169 /* extra */
172 dst = do_svis(dst, c, flags, nextc, extra);
187 do_mvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) argument
200 dst = do_svis(dst, c, flags, nextc, extra);
301 * extra: Pointer to the list of extra characters to be
305 do_svis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) argument
310 iswextra = wcschr(extra, c) != NULL;
348 * Expand list of extra character
398 wchar_t *dst, *src, *pdst, *psrc, *start, *extra; local
[all...]
/haiku/src/system/libroot/posix/glibc/locale/
H A Dweightwc.h38 cp = &extra[-i];
H A Dweight.h35 cp = &extra[-i];
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf.h46 unsigned int extra:1; /* For special use. */ member in struct:printf_info
H A Dprintf_size.c222 fp_info.extra = info->extra;
H A Dprintf_fp.c258 if (info->extra == 0)
280 if (info->extra == 0)
292 if (info->extra == 0)
302 if (info->extra == 0)
1164 /* Return the number of extra grouping characters that will be inserted
H A Dprintf_fphex.c235 if (info->extra == 0)
H A Dvfprintf.c821 extra: 0, \
870 extra: 0, \
/haiku/headers/glibc/
H A Dprintf.h46 unsigned int extra:1; /* For special use. */ member in struct:printf_info
/haiku/src/bin/unzip/
H A Dexplode.c65 c17b 16 Feb 02 C. Spieler changed type of the "extra lengths" array
66 "extra" from ush into uch (to save space)
168 static ZCONST uch extra[] = variable
259 register unsigned e; /* table entry flag/number of extra bits */
305 if (e) /* get length extra bits */
377 register unsigned e; /* table entry flag/number of extra bits */
423 if (e) /* get length extra bits */
552 if ((r = huft_build(__G__ l, 64, 0, cplen3, extra, &tl, &bl)) != 0)
566 if ((r = huft_build(__G__ l, 64, 0, cplen2, extra, &tl, &bl)) != 0)
582 r = huft_build(__G__ l, 64, 0, cpdist8, extra,
[all...]
/haiku/headers/cpp/std/
H A Dbastring.cc31 operator new (size_t s, size_t extra) argument
33 return Allocator::allocate(s + extra * sizeof (charT));
57 create (size_t extra) argument
59 extra = frob_size (extra + 1);
60 Rep *p = new (extra) Rep;
61 p->res = extra;
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c39 void *extra);
42 void *extra);
43 static reg_errcode_t optimize_subexps (void *extra, bin_tree_t *node);
44 static reg_errcode_t lower_subexps (void *extra, bin_tree_t *node);
47 static reg_errcode_t calc_first (void *extra, bin_tree_t *node);
48 static reg_errcode_t calc_next (void *extra, bin_tree_t *node);
49 static reg_errcode_t link_nfa_nodes (void *extra, bin_tree_t *node);
112 const unsigned char *extra,
122 static reg_errcode_t free_tree (void *extra, bin_tree_t *node);
123 static reg_errcode_t mark_opt_subexp (void *extra, bin_tree_
1175 postorder(bin_tree_t *root, reg_errcode_t (fn (void *, bin_tree_t *)), void *extra) argument
1207 preorder(bin_tree_t *root, reg_errcode_t (fn (void *, bin_tree_t *)), void *extra) argument
1240 optimize_subexps(void *extra, bin_tree_t *node) argument
1271 lower_subexps(void *extra, bin_tree_t *node) argument
1330 calc_first(void *extra, bin_tree_t *node) argument
1352 calc_next(void *extra, bin_tree_t *node) argument
1375 link_nfa_nodes(void *extra, bin_tree_t *node) argument
2727 const unsigned char *extra; local
3375 const unsigned char *weights, *extra, *cp; local
3542 build_charclass_op(re_dfa_t *dfa, RE_TRANSLATE_TYPE trans, const unsigned char *class_name, const unsigned char *extra, int non_match, reg_errcode_t *err) argument
3741 mark_opt_subexp(void *extra, bin_tree_t *node) argument
3768 free_tree(void *extra, bin_tree_t *node) argument
[all...]
H A Dregex_internal.h746 const unsigned char *p, *extra;
755 extra = (const unsigned char *)
745 const unsigned char *p, *extra; local
H A Dregexec.c509 /* We need one extra element beyond `num_regs' for the `-1' marker GNU code
3835 const unsigned char *weights, *extra;
3842 extra = (const unsigned char *)
3846 const unsigned char *coll_sym = extra + cset->coll_syms[i];
3890 extra = (const unsigned char *)
3977 const unsigned char *extra = (const unsigned char *)
3980 _NL_CURRENT (LC_COLLATE, _NL_COLLATE_SYMB_EXTRAMB + 1) - extra;
3987 idx = idx + extra[idx] + 1;
3988 elem_mbs_len = extra[idx++];
3992 if (extra[id
3831 const unsigned char *weights, *extra; local
3973 const unsigned char *extra = (const unsigned char *) local
[all...]
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.c115 (that adds an extra first argument), based on the state of use_extra_arg.
178 the extra bytes won't be missed terribly, but if range checking is on
179 and we used a larger request, a whole extra 4096 bytes would be
184 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) local
187 size = 4096 - extra;
237 the extra bytes won't be missed terribly, but if range checking is on
238 and we used a larger request, a whole extra 4096 bytes would be
243 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) local
246 size = 4096 - extra;
320 /* We used to copy the odd few remaining bytes as one extra COPYING_UNI
[all...]
/haiku/src/kits/interface/
H A DAboutWindow.cpp495 // Add extra copyright strings
497 // Add optional extra copyright information
559 BString extra("");
561 extra << "\n\n";
563 extra << appExtraInfo;
565 fAboutView->InfoView()->Insert(extra.String());
/haiku/src/apps/webpositive/tabview/
H A DTabView.cpp64 float extra = be_control_look->DefaultLabelSpacing(); local
66 return BSize(labelWidth, _LabelHeight() + extra);
/haiku/src/libs/compat/freebsd_network/
H A Ddevice.c117 driver_vprintf_etc(const char *extra, const char *format, va_list vl) argument
122 if (extra)
123 dprintf("[%s] (%s) %s", gDriverName, extra, buf);
/haiku/src/kits/tracker/
H A DTrackerInitialState.cpp121 int32 alignment, bool extra);
161 int32 alignment, bool extra)
171 // already got this extra atribute, no work left
182 fExtraAttrs.AddBool("attr:extra", extra);
342 // install a couple of extra fields for bookmark
159 AddExtraAttribute(const char* publicName, const char* name, uint32 type, bool viewable, bool editable, float width, int32 alignment, bool extra) argument
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp570 int extra = fName.CountChars() - kMaxNameChars; local
571 if (extra > 0) {
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.h349 extern int ntfs_attr_record_move_away(ntfs_attr_search_ctx *ctx, int extra);
H A Dattrib.c5003 * @extra: minimum amount of free space in the new holder of record
5005 * New attribute record holder must have free @extra bytes after moving
5013 int ntfs_attr_record_move_away(ntfs_attr_search_ctx *ctx, int extra) argument
5019 if (!ctx || !ctx->attr || !ctx->ntfs_ino || extra < 0) {
5021 ntfs_log_perror("%s: ctx=%p ctx->attr=%p extra=%d", __FUNCTION__,
5022 ctx, ctx ? ctx->attr : NULL, extra);
5058 le32_to_cpu(ctx->attr->length) + extra)
/haiku/headers/private/graphics/common/
H A Dedid_raw.h280 } extra; member in union:_PACKED

Completed in 158 milliseconds

12