Searched refs:pseudo (Results 26 - 50 of 95) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dhamachi.c1306 u32 pseudo; local
1307 pseudo_csum_udp(pseudo, ih, uh);
1308 pseudo = htons(pseudo);
1309 printk("udp cksum was %04x, sending pseudo %04x\n",
1310 uh->check, pseudo);
1314 * use pseudo value given.
1316 tagval = (14 << 24) | (offset << 16) | pseudo;
1638 /* tcp/udp will add in pseudo */
1645 * could do the pseudo mysel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dmksquashfs.c112 #include "pseudo.h"
372 struct pseudo *pseudo = NULL; variable in typeref:struct:pseudo
419 struct dir_info *dir_scan2(struct dir_info *dir, struct pseudo *pseudo);
2310 * Update inode file size now that the size of the dynamic pseudo file
3582 dir_scan2(dir_info, pseudo);
3702 struct dir_info *dir_scan2(struct dir_info *dir, struct pseudo *pseudo) argument
3719 dir_scan2(dir_ent->dir, pseudo_subdir(name, pseudo));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dcumana_2.c195 * we'll do pseudo DMA
202 * Purpose : handles pseudo DMA
428 info->info.dma.pseudo = cumanascsi_2_dma_pseudo;
H A Dpowertec.c357 info->info.dma.pseudo = NULL;
H A Deesox.c565 info->info.dma.pseudo = eesoxscsi_dma_pseudo;
H A Dfas216.c219 printk(" dma={ transfer_type=%X setup=%p pseudo=%p stop=%p }\n",
221 info->dma.pseudo, info->dma.stop);
801 fas216_log(info, LOG_BUFFER, "pseudo transfer");
803 info->dma.pseudo(info->host, &info->scsi.SCp,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/
H A DMakefile.am100 lib/libcroco/cr-pseudo.c \
101 lib/libcroco/cr-pseudo.h \
H A DMakefile.in222 lib/libcroco/cr-pseudo.c \
223 lib/libcroco/cr-pseudo.h \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh2a/
H A Dentry.S45 ! r1 = vector (pseudo EXPEVT / INTEVT / TRA)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-om-parser.c370 ctxt->cur_stmt->kind.page_rule->pseudo =
372 if (!ctxt->cur_stmt->kind.page_rule->pseudo) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-om-parser.c370 ctxt->cur_stmt->kind.page_rule->pseudo =
372 if (!ctxt->cur_stmt->kind.page_rule->pseudo) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex52 Flow labels must be uniformly distributed (pseudo-)random numbers,
288 kernel will allocate new pseudo-random number. Otherwise, kernel will try
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh2/
H A Dentry.S45 ! r1 = vector (pseudo EXPEVT / INTEVT / TRA)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A DMakefile268 libcroco/libcroco_rpl_la-cr-pseudo.lo \
925 libcroco/cr-prop-list.h libcroco/cr-pseudo.c \
926 libcroco/cr-pseudo.h libcroco/cr-rgb.c libcroco/cr-rgb.h \
1142 libcroco/cr-pseudo.c libcroco/cr-rgb.c libcroco/cr-sel-eng.c \
1202 libcroco/cr-pseudo.c \
1379 libcroco/libcroco_rpl_la-cr-pseudo.lo: libcroco/$(am__dirstamp)
1434 libcroco/cr-pseudo.lo: libcroco/$(am__dirstamp)
1616 -rm -f libcroco/cr-pseudo.$(OBJEXT)
1617 -rm -f libcroco/cr-pseudo.lo
1668 -rm -f libcroco/libcroco_rpl_la-cr-pseudo
[all...]
H A DMakefile.in268 libcroco/libcroco_rpl_la-cr-pseudo.lo \
925 libcroco/cr-prop-list.h libcroco/cr-pseudo.c \
926 libcroco/cr-pseudo.h libcroco/cr-rgb.c libcroco/cr-rgb.h \
1142 libcroco/cr-pseudo.c libcroco/cr-rgb.c libcroco/cr-sel-eng.c \
1202 libcroco/cr-pseudo.c \
1379 libcroco/libcroco_rpl_la-cr-pseudo.lo: libcroco/$(am__dirstamp)
1434 libcroco/cr-pseudo.lo: libcroco/$(am__dirstamp)
1616 -rm -f libcroco/cr-pseudo.$(OBJEXT)
1617 -rm -f libcroco/cr-pseudo.lo
1668 -rm -f libcroco/libcroco_rpl_la-cr-pseudo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtparser.tex207 Imagine you want to parse following pseudo-html structure:
H A Dupduievt.tex3 This class is used for pseudo-events which are called by wxWidgets
H A Dkeyevent.tex171 \textsc{Cmd} is a pseudo key which is the same as Control for PC and Unix
H A Dtevent.tex421 update pseudo-events, which are generated to give the application the chance to update the visual state of menus,
H A Dmenu.tex471 Returns the list of items in the menu. wxMenuItemList is a pseudo-template
H A Dtsamples.tex500 use the so called PRIMARY SELECTION, which is the pseudo clipboard under X and
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h62 #warning using pseudo thread-safe wrapper for localtime to emulate localtime_r
72 #warning using pseudo thread-safe wrapper for gmtime to emulate gmtime_r
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery-1.8.2.js4215 // Only check arguments that contain a pseudo
4229 // Return only captures needed by the pseudo filter method (type and argument)
4355 "PSEUDO": function( pseudo, argument ) {
4356 // pseudo-class names are case-insensitive
4357 // http://www.w3.org/TR/selectors/#pseudo-classes
4361 fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||
4362 Sizzle.error( "unsupported pseudo: " + pseudo );
4373 args = [ pseudo, pseud
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh5/
H A Dentry.S154 ! ARTIFICIAL pseudo-EXPEVT setting
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/conftools/
H A Dltmain.sh4625 on pseudo-relocs */
5997 # Install the pseudo-library for information purposes.

Completed in 415 milliseconds

1234