Searched defs:code (Results 51 - 75 of 126) sorted by relevance

123456

/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dlanguage.c28 gchar *code; member in struct:__anon2083
69 gchar *code; local
71 code = g_strchug (tokens[i]);
72 if (code[0] == '\0')
76 if (strcmp (command, "locale -a") == 0 && !g_strrstr (code, ".utf8"))
79 language = g_object_new (LIGHTDM_TYPE_LANGUAGE, "code", code, NULL);
93 is_utf8 (const gchar *code) argument
95 return g_strrstr (code, ".utf8") || g_strrstr (code, "
100 get_locale_name(const gchar *code) argument
304 lightdm_language_matches(LightDMLanguage *language, const gchar *code) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dbt829.h13 CARD8 code; member in struct:__anon4489
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dbt829.h13 CARD8 code; member in struct:__anon4048
/vbox/include/VBox/HostServices/
H A DVBoxHostChannel.h61 * The common control code ids for the VBOX_HOST_CHANNEL_FN_[CONTROL|QUERY]
112 HGCMFunctionParameter code; /* IN uint32_t: The channel specific control code. */ member in struct:VBoxHostChannelControl
136 HGCMFunctionParameter code; /* IN uint32_t: The control code. */ member in struct:VBoxHostChannelQuery
/vbox/src/libs/libxml2-2.6.31/
H A DHTMLtree.c338 * @code: the error number
345 htmlSaveErr(int code, xmlNodePtr node, const char *extra) argument
349 switch(code) {
365 __xmlSimpleError(XML_FROM_OUTPUT, code, node, msg, extra);
H A Dentities.c79 * @code: the error code
85 xmlEntitiesErr(xmlParserErrors code, const char *msg) argument
87 __xmlSimpleError(XML_FROM_TREE, code, NULL, msg, NULL);
H A Derror.c248 int code = -1; local
265 code = err->code;
270 if (code == XML_ERR_OK)
424 * @code: the code for the error
443 void *nod, int domain, int code, xmlErrorLevel level,
484 if (code == XML_ERR_OK)
536 to->code = code;
441 __xmlRaiseError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel, void *data, void *ctx, void *nod, int domain, int code, xmlErrorLevel level, const char *file, int line, const char *str1, const char *str2, const char *str3, int int1, int col, const char *msg, ...) argument
640 __xmlSimpleError(int domain, int code, xmlNodePtr node, const char *msg, const char *extra) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprscanf.c43 * Acknowledgment: The implementation is inspired by the source code
229 GetInt(ScanfState *state, int code) argument
238 switch (code) {
298 if (code == 'd' || code == 'i') {
371 * the code below to read 'e' and '+', only to realize that
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsDebugImpl.cpp15 * The Original Code is mozilla.org code.
171 * Implementation of the nsDebug methods. Note that this code is
212 DWORD code = IDRETRY; local
240 GetExitCodeProcess(pi.hProcess, &code))
245 switch(code)
270 ULONG code = MBID_ERROR; local
271 code = WinMessageBox(HWND_DESKTOP, HWND_DESKTOP, msg,
276 * message queue. In that case, the message won't appear, and code will
283 if(( code == MBID_ENTER ) || (code
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/puff/
H A Dpuff.c9 * side benefit, this code might actually be useful when small code is more
18 * is less than 2K bytes. This code is compatible with 16-bit int's and
20 * assumed to be 16 bits, for arrays in order to to conserve memory. The code
25 * code is meant to supplement RFC 1951, which formally describes the deflate
56 * 1.4 31 Mar 2002 - Simplify construct() code set check
61 * 1.7 3 Mar 2003 - Added test code for distribution
67 * - Add option in TEST code for puff to write the data
68 * - Add option in TEST code to skip input bytes
69 * - Allow TEST code t
237 int code; /* len bits being decoded */ local
265 int code; /* len bits being decoded */ local
[all...]
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgun.c206 int bits; /* current bits per code */
207 unsigned code; /* code, table traversal index */ local
209 int max; /* maximum bits per code for this stream */
212 unsigned temp; /* current code */
213 unsigned prev; /* previous code */
214 unsigned final; /* last character written for previous code */
246 /* set up: get first 9-bit code, which is the first decompressed byte, but
247 don't create a table entry until the next code */
250 final = prev = (unsigned)last; /* low 8 bits of code */
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dscsi.h272 /** Response code */
273 uint8_t code; member in struct:scsi_sns
287 /** SCSI status code */
H A Dtls.h121 /** Numeric code (in network-endian order) */
122 uint16_t code; member in struct:tls_cipher_suite
155 /** Numeric code */
156 struct tls_signature_hash_id code; member in struct:tls_signature_hash_algorithm
/vbox/src/VBox/Frontends/Common/VBoxKeyboard/
H A Dkeyboard.c6 /* This code is originally from the Wine project. */
92 /** Tables of keycode to scan code mappings for well-known keyboard types. */
96 * Translate a keycode in a key event to a scan code. If the keycode maps
104 * @returns the scan code number, with 0x100 added for extended scan codes
105 * @param code the X11 key code to be looked up
108 unsigned X11DRV_KeyEvent(Display *display, KeyCode code) argument
111 KeySym keysym = XKeycodeToKeysym(display, code, 0);
113 if (keyc2scan[code] == 0 && keysym != 0)
128 if (keyc2scan[code])
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dcssp.c91 cssp_gss_report_error(OM_uint32 code, char *str, OM_uint32 major_status, OM_uint32 minor_status) argument
104 code, GSS_C_NULL_OID, &msgctx, &status_string);
/vbox/src/libs/zlib-1.2.6/contrib/blast/
H A Dblast.c31 #define MAXBITS 13 /* maximum code length */
91 * Huffman code decoding tables. count[1..MAXBITS] is the number of symbols of
92 * each length, which for a canonical code are stepped through in order.
103 * Decode a code from the stream s using huffman table h. Return the symbol or
105 * an empty code, or if the code is incomplete and an invalid code is received,
113 * build the code value reversed from what is in the stream in order to
116 * - The first code for the shortest length is all ones. Subsequent codes of
117 * the same length are simply integer decrements of the previous code
126 int code; /* len bits being decoded */ local
[all...]
/vbox/src/VBox/Devices/Network/slirp/
H A Dsocket.c19 * This code is based on:
461 * There's a lot duplicated code here, but...
808 u_char code; local
810 code = ICMP_UNREACH_HOST;
812 code = ICMP_UNREACH_NET;
814 code = ICMP_UNREACH_PORT;
816 Log2((" rx error, tx icmp ICMP_UNREACH:%i\n", code));
817 icmp_error(pData, so->so_m, ICMP_UNREACH, code, 0, strerror(errno));
1195 * icmp_{type(8), code(8), cksum(16),identifier(16),seqnum(16)}
1209 * icmp_{type(8), code(
1345 u_char code; local
[all...]
/vbox/src/VBox/Main/src-client/
H A DRemoteUSBBackend.cpp41 * Such a function usually will check pending error code and if everything is ok,
90 uint32_t u32Err; /* URB error code returned by the VRDP client. */
155 DECLCALLBACK(int) USBClientResponseCallback(void *pv, uint32_t u32ClientId, uint8_t code, const void *pvRet, uint32_t cbRet) argument
159 LogFlow(("USBClientResponseCallback: id = %d, pv = %p, code = %d, pvRet = %p, cbRet = %d\n",
160 u32ClientId, pv, code, pvRet, cbRet));
164 switch (code)
200 Log(("USBClientResponseCallback: WARNING: response to a request %d is not expected!!!\n", code));
243 Log(("USBClientResponseCallback: WARNING: invalid code %d\n", code));
315 parm.code
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dfcoe.c217 * @ret rc Return status code
260 fiphdr->code = htons ( FIP_CODE_ELS );
335 * @ret rc Return status code
489 * @ret rc Return status code
562 * @ret rc Return status code
582 request->hdr.code = htons ( FIP_CODE_VLAN );
610 * @ret rc Return status code
656 * @ret rc Return status code
678 solicitation->hdr.code = htons ( FIP_CODE_DISCOVERY );
717 * @ret rc Return status code
897 uint16_t code; member in struct:fip_handler
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVbva.cpp599 RTDECL(bool) VBoxVBVAExOrderSupported(PVBVAEXBUFFERCONTEXT pCtx, unsigned code) argument
608 if (pVBVA->hostFlags.u32SupportedOrders & (1 << code))
/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.h20 the crc code when it is not needed. For shared libraries, gzip encoding
31 /* number of length codes, not counting the special END_BLOCK code */
37 /* number of Literal or Length codes, including the END_BLOCK code */
64 /* Data structure describing a single value and its code string. */
68 ush code; /* bit string */ member in union:ct_data_s::__anon17368
77 #define Code fc.code
85 int max_code; /* largest code with non zero frequency */
232 * example a binary file with poorly compressible code followed by
242 /* Buffer for distances. To simplify the code, d_buf and l_buf have
287 /* In order to simplify the code, particularl
[all...]
H A Dtrees.c13 * Each code tree is stored in a compressed form which is itself
14 * a Huffman encoding of the lengths of all the code strings (in
15 * ascending order by source values). The actual code strings are
51 /* end of block literal code */
62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
105 /* length code for each normalized match length (0 == MIN_MATCH) */
108 /* First normalized length for each code (0 = MIN_MATCH) */
111 /* First normalized distance for each code (
241 int code; /* code value */ local
581 ush code = 0; /* running code value */ local
1066 unsigned code; /* the code to send */ local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzmaDec.c36 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); }
38 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
40 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits));
66 #define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_ERROR; range <<= 8; code = (code << 8) | (*buf++); }
68 #define IF_BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
70 #define UPDATE_1_CHECK range -= bound; code -= bound;
176 UInt32 code = p->code; local
517 UInt32 code = p->code; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Python/
H A Dmarshal.c3 This is intended for writing and reading compiled Python code only;
21 #include "code.h"
543 /* r_long64 deals with the TYPE_INT64 code. On a machine with
994 "cannot unmarshal code objects in "
1004 PyObject *code = NULL; local
1022 code = r_object(p);
1023 if (code == NULL)
1053 code, consts, names, varnames,
1058 Py_XDECREF(code);
1075 PyErr_SetString(PyExc_ValueError, "bad marshal data (unknown type code)");
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaDec.c17 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); }
19 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
21 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits));
47 #define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_ERROR; range <<= 8; code = (code << 8) | (*buf++); }
49 #define IF_BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
51 #define UPDATE_1_CHECK range -= bound; code -= bound;
157 UInt32 code = p->code; local
498 UInt32 code = p->code; local
[all...]

Completed in 152 milliseconds

123456