Searched defs:lp (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaEnc.h18 int lp; /* 0 <= lp <= 4, default = 0 */ member in struct:_CLzmaEncProps
H A DLzmaDec.h26 unsigned lc, lp, pb; member in struct:_CLzmaProps
H A DLzmaEnc.c62 p->lc = p->lp = p->pb = p->algo = p->fb = p->btMode = p->numHashBytes = p->numThreads = -1;
73 if (p->lp < 0) p->lp = 0;
332 unsigned lc, lp, pb; member in struct:_CLzmaEnc
431 if (props.lc > LZMA_LC_MAX || props.lp > LZMA_LP_MAX || props.pb > LZMA_PB_MAX ||
445 p->lp = props.lp;
1946 unsigned lclp = p->lc + p->lp;
2009 UInt32 num = 0x300 << (p->lp + p->lc);
2039 p->lpMask = (1 << p->lp)
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_util.c41 ctf_list_append(ctf_list_t *lp, void *new) argument
43 ctf_list_t *p = lp->l_prev; /* p = tail list element */
46 lp->l_prev = q;
53 lp->l_next = q;
61 ctf_list_prepend(ctf_list_t *lp, void *new) argument
64 ctf_list_t *q = lp->l_next; /* q = head list element */
66 lp->l_next = p;
73 lp->l_prev = p;
81 ctf_list_delete(ctf_list_t *lp, void *existing) argument
88 lp
[all...]
H A Dctf_lookup.c87 const ctf_lookup_t *lp; local
136 for (lp = fp->ctf_lookups; lp->ctl_prefix != NULL; lp++) {
137 if (lp->ctl_prefix[0] == '\0' ||
138 strncmp(p, lp->ctl_prefix, (size_t)(q - p)) == 0) {
139 for (p += lp->ctl_len; isspace(*p); p++)
148 if ((hp = ctf_hash_lookup(lp->ctl_hash, fp, p,
159 if (lp->ctl_prefix == NULL) {
H A Dctf_types.c209 ctf_decl_prec_t prec, lp, rp; local
235 lp = ptr ? CTF_PREC_POINTER : arr ? CTF_PREC_ARRAY : -1;
251 if (lp == prec) {
253 lp = -1;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzmaDec.h26 unsigned lc, lp, pb; member in struct:_CLzmaProps
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxClipboard.cpp460 LPVOID lp = GlobalLock(hClip); local
461 if (lp != NULL)
465 lp, GlobalSize(hClip));
503 LPVOID lp = GlobalLock(hClip); local
505 if (lp != NULL)
509 lp, GlobalSize(hClip));
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTime.c98 const struct lsinfo * lp; local
117 lp = &sp->lsis[i];
118 if (*timep >= lp->ls_trans) {
119 if (*timep == lp->ls_trans) {
120 hit = ((i == 0 && lp->ls_corr > 0) ||
121 lp->ls_corr > sp->lsis[i - 1].ls_corr);
131 corr = lp->ls_corr;
/vbox/src/VBox/HostServices/SharedClipboard/
H A DVBoxClipboard-win.cpp676 LPVOID lp = GlobalLock (hClip); local
678 if (lp != NULL)
682 vboxClipboardGetData (VBOX_SHARED_CLIPBOARD_FMT_BITMAP, lp, GlobalSize (hClip),
726 LPVOID lp = GlobalLock (hClip); local
728 if (lp != NULL)
732 vboxClipboardGetData (VBOX_SHARED_CLIPBOARD_FMT_HTML, lp, GlobalSize (hClip),
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstateblock.c1067 WINED3DLINEPATTERN lp; member in union:__anon1973
1069 } lp; local
1102 lp.lp.wRepeatFactor = 0;
1103 lp.lp.wLinePattern = 0;
1104 IWineD3DDevice_SetRenderState(device, WINED3DRS_LINEPATTERN, lp.d);
H A Dstate.c1316 WINED3DLINEPATTERN lp; member in union:__anon1963
1320 TRACE("Line pattern: repeat %d bits %x\n", tmppattern.lp.wRepeatFactor, tmppattern.lp.wLinePattern);
1322 if (tmppattern.lp.wRepeatFactor) {
1323 glLineStipple(tmppattern.lp.wRepeatFactor, tmppattern.lp.wLinePattern);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstateblock.c1170 struct wined3d_line_pattern lp; member in union:__anon2021
1172 } lp; local
1211 lp.lp.repeat_factor = 0;
1212 lp.lp.line_pattern = 0;
1213 state->render_states[WINED3D_RS_LINEPATTERN] = lp.d;
H A Dstate.c1406 struct wined3d_line_pattern lp; member in union:__anon2011
1410 TRACE("Line pattern: repeat %d bits %x.\n", tmppattern.lp.repeat_factor, tmppattern.lp.line_pattern);
1412 if (tmppattern.lp.repeat_factor)
1414 gl_info->gl_ops.gl.p_glLineStipple(tmppattern.lp.repeat_factor, tmppattern.lp.line_pattern);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Damd8111e.c123 static void amd8111e_init_hw_default(struct amd8111e_priv *lp);
124 static int amd8111e_start(struct amd8111e_priv *lp);
125 static int amd8111e_read_phy(struct amd8111e_priv *lp, int phy_addr, int reg, u32 *val);
127 static int amd8111e_write_phy(struct amd8111e_priv *lp, int phy_addr, int reg, u32 val);
129 static void amd8111e_probe_ext_phy(struct amd8111e_priv *lp);
130 static void amd8111e_disable_interrupt(struct amd8111e_priv *lp);
131 static void amd8111e_enable_interrupt(struct amd8111e_priv *lp);
132 static void amd8111e_force_interrupt(struct amd8111e_priv *lp);
133 static int amd8111e_get_mac_address(struct amd8111e_priv *lp);
134 static int amd8111e_init_rx_ring(struct amd8111e_priv *lp);
145 amd8111e_init_hw_default(struct amd8111e_priv *lp) argument
226 amd8111e_start(struct amd8111e_priv *lp) argument
280 amd8111e_read_phy(struct amd8111e_priv *lp, int phy_addr, int reg, u32 *val) argument
334 amd8111e_probe_ext_phy(struct amd8111e_priv *lp) argument
360 amd8111e_disable_interrupt(struct amd8111e_priv *lp) argument
372 amd8111e_enable_interrupt(struct amd8111e_priv *lp) argument
381 amd8111e_force_interrupt(struct amd8111e_priv *lp) argument
389 amd8111e_get_mac_address(struct amd8111e_priv *lp) argument
406 amd8111e_init_rx_ring(struct amd8111e_priv *lp) argument
423 amd8111e_init_tx_ring(struct amd8111e_priv *lp) argument
440 amd8111e_wait_tx_ring(struct amd8111e_priv *lp, unsigned int index) argument
459 amd8111e_wait_link(struct amd8111e_priv *lp) argument
474 amd8111e_poll_link(struct amd8111e_priv *lp) argument
511 amd8111e_restart(struct amd8111e_priv *lp) argument
534 struct amd8111e_priv *lp = nic->priv_data; local
576 struct amd8111e_priv *lp = nic->priv_data; local
622 struct amd8111e_priv *lp = nic->priv_data; local
639 struct amd8111e_priv *lp = nic->priv_data; local
663 struct amd8111e_priv *lp = &amd8111e; local
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_ident.c831 dt_idhash_comp(const void *lp, const void *rp) argument
833 const dt_ident_t *lhs = *((const dt_ident_t **)lp);
H A Ddt_module.c158 dt_module_symcomp32(const void *lp, const void *rp) argument
160 Elf32_Sym *lhs = *((Elf32_Sym **)lp);
187 dt_module_symcomp64(const void *lp, const void *rp) argument
189 Elf64_Sym *lhs = *((Elf64_Sym **)lp);
H A Ddt_parser.c319 dt_type_promote(dt_node_t *lp, dt_node_t *rp, ctf_file_t **ofp, ctf_id_t *otype) argument
321 ctf_file_t *lfp = lp->dn_ctfp;
322 ctf_id_t ltype = lp->dn_type;
390 dt_node_promote(dt_node_t *lp, dt_node_t *rp, dt_node_t *dnp) argument
392 dt_type_promote(lp, rp, &dnp->dn_ctfp, &dnp->dn_type);
394 dt_node_attr_assign(dnp, dt_attr_min(lp->dn_attr, rp->dn_attr));
1003 dt_node_is_ptrcompat(const dt_node_t *lp, const dt_node_t *rp, argument
1006 ctf_file_t *lfp = lp->dn_ctfp;
1017 assert(lp->dn_flags & DT_NF_COOKED);
1020 if (dt_node_is_dynamic(lp) || dt_node_is_dynami
1115 dt_node_is_argcompat(const dt_node_t *lp, const dt_node_t *rp) argument
1864 dt_node_op2(int op, dt_node_t *lp, dt_node_t *rp) argument
2059 dt_node_op3(dt_node_t *expr, dt_node_t *lp, dt_node_t *rp) argument
3082 dt_node_t *lp = dnp->dn_left; local
3939 dt_node_t *lp, *rp; local
4495 dt_node_link(dt_node_t *lp, dt_node_t *rp) argument
[all...]
/vbox/src/VBox/Additions/WINNT/SharedFolders/np/
H A Dvboxmrxnp.cpp1289 const WCHAR *lp = lpAfterName + 1; local
1290 while (*lp && *lp != L'\\')
1292 lp++;
1295 if (*lp == 0)
1300 cbEntry += (DWORD)((lp - lpAfterName) * sizeof(WCHAR)); /* The share name with leading \\ */
1323 CopyMemory (pStrings, lpAfterName, (lp - lpAfterName + 1) * sizeof(WCHAR));
1324 pStrings += lp - lpAfterName + 1;
1344 cbEntry += (DWORD)((lp - lpAfterName) * sizeof(WCHAR)); /* The share name with leading \\ */
1346 cbEntry += (lstrlen(lp)
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/
H A Dprmalloc.c687 u_long *lp, bf; local
707 for (lp = bp->bits; !*lp; lp++)
711 bf = *lp;
718 *lp ^= 1L<<k; /* clear it */
724 k += (lp - bp->bits)*MALLOC_BITS;
/vbox/src/libs/libpng-1.2.8/
H A Dpnggccrd.c4507 "movl %%edi, %%esi \n\t" // lp = row
4562 "movl %%edi, %%esi \n\t" // lp = row
4618 "movl %%edi, %%esi \n\t" // lp = row
4654 "movl %%edi, %%esi \n\t" // lp = row
4706 "movl %%edi, %%esi \n\t" // lp = row
4764 "movl %%edi, %%esi \n\t" // lp = row
4843 "movl %%edi, %%esi \n\t" // lp = row
4879 "movl %%edi, %%esi \n\t" // lp = row
5168 png_bytep lp = row; local
5172 *rp = (png_byte)(((int)(*rp) + (int)(*lp
5224 png_bytep lp = row; local
5262 png_bytep lp = row; local
[all...]
H A Dpngvcrd.c3269 mov esi, edi // lp = row
3308 mov esi, edi // lp = row
3348 // png_bytep lp;
3351 // for (i = (png_uint_32)bpp, rp = row + bpp, lp = row;
3352 // i < row_info->rowbytes; i++, rp++, lp++)
3354 // *rp = (png_byte)(((int)(*rp) + (int)(*lp)) & 0xff);
3361 mov esi, edi // lp = row
3385 mov esi, edi // lp = row
3421 mov esi, edi // lp = row
3463 mov esi, edi // lp
3752 png_bytep lp = row; local
3808 png_bytep lp = row; local
3846 png_bytep lp = row; local
[all...]
H A Dpngrutil.c2701 png_bytep lp = row; local
2705 *rp = (png_byte)(((int)(*rp) + (int)(*lp++)) & 0xff);
2729 png_bytep lp = row; local
2743 (int)(*pp++ + *lp++) / 2 ) & 0xff);
2753 png_bytep lp = row; local
2768 a = *lp++;
H A Dpngwutil.c2159 png_bytep rp, lp, dp; local
2166 for (lp = row_buf + 1; i < row_bytes;
2167 i++, rp++, lp++, dp++)
2169 *dp = (png_byte)(((int)*rp - (int)*lp) & 0xff);
2176 png_bytep rp, dp, lp; local
2223 for (lp = row_buf + 1; i < row_bytes;
2224 i++, rp++, lp++, dp++)
2226 v = *dp = (png_byte)(((int)*rp - (int)*lp) & 0xff);
2378 png_bytep rp, dp, pp, lp; local
2385 for (lp
2395 png_bytep rp, dp, pp, lp; local
2490 png_bytep rp, dp, pp, cp, lp; local
2528 png_bytep rp, dp, pp, cp, lp; local
[all...]
/vbox/src/recompiler/
H A Dexec.c402 void **lp; local
418 lp = l1_map + ((index >> V_L1_SHIFT) & (V_L1_SIZE - 1));
422 void **p = *lp;
429 *lp = p;
432 lp = p + ((index >> (i * L2_BITS)) & (L2_SIZE - 1));
435 pd = *lp;
441 *lp = pd;
458 void **lp; local
462 lp = l1_phys_map + ((index >> P_L1_SHIFT) & (P_L1_SIZE - 1));
466 void **p = *lp;
751 page_flush_tb_1(int level, void **lp) argument
1915 phys_page_for_each_1(CPUPhysMemoryClient *client, int level, void **lp) argument
2577 walk_memory_regions_1(struct walk_memory_regions_data *data, abi_ulong base, int level, void **lp) argument
[all...]

Completed in 196 milliseconds

12