Searched refs:nn (Results 1 - 25 of 118) sorted by relevance

12345

/macosx-10.10.1/swig-12/Source/Modules/
H A Dutils.cxx65 Node *nn = Getattr(n, "sym:overloaded"); local
67 while (nn) {
68 String *ntype = nodeType(nn);
69 if ((GetFlag(nn, "feature:ignore")) ||
70 (Getattr(nn, "error")) ||
72 ((Strcmp(ntype, "cdecl") == 0) && is_protected(nn) && !is_member_director(nn) && !is_non_virtual_protected_access(n))) {
74 Node *ps = Getattr(nn, "sym:previousSibling");
75 Node *ns = Getattr(nn, "sym:nextSibling");
82 Delattr(nn, "sy
[all...]
H A Dtypepass.cxx105 normal_node *nn = patch_list; local
107 while (nn) {
108 Swig_symbol_setscope(nn->symtab);
109 SwigType_set_scope(nn->typescope);
111 for (t = First(nn->normallist); t.item; t = Next(t)) {
114 Delete(nn->normallist);
115 np = nn->next;
116 delete(nn);
117 nn = np;
434 normal_node *nn local
522 Node *nn = Swig_symbol_clookup(name, n); local
547 normal_node *nn = new normal_node(); local
942 Node *nn = copyNode(c); local
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexsni.c399 int n, nn, old_data_index, new_data2_align;
690 for (n = 1, nn = 1; n < old_file_h->e_shnum; n++, nn++)
701 memcpy (&NEW_SECTION_H(nn), &OLD_SECTION_H(old_data_index),
704 NEW_SECTION_H(nn).sh_addr = new_data3_addr;
705 NEW_SECTION_H(nn).sh_offset = new_data3_offset;
706 NEW_SECTION_H(nn).sh_size = new_data3_size;
707 NEW_SECTION_H(nn).sh_flags = OLD_SECTION_H(n).sh_flags;
711 NEW_SECTION_H(nn).sh_addralign = OLD_SECTION_H(n).sh_addralign;
714 memcpy (NEW_SECTION_H(nn)
398 int n, nn, old_data_index, new_data2_align; local
[all...]
H A Dunexelf.c567 if (NEW_SECTION_H (nn).sh_offset >= new_data2_offset)
569 if (NEW_SECTION_H (nn).sh_offset >=
689 int n, nn;
931 for (n = 1, nn = 1; n < (int) old_file_h->e_shnum; n++, nn++)
940 memcpy (&NEW_SECTION_H (nn), &OLD_SECTION_H (old_data_index),
943 NEW_SECTION_H (nn).sh_addr = new_data2_addr;
944 NEW_SECTION_H (nn).sh_offset = new_data2_offset;
945 NEW_SECTION_H (nn).sh_size = new_data2_size;
949 NEW_SECTION_H (nn)
687 int n, nn; local
[all...]
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-lhash.c189 LHASH_NODE *n, *nn; local
198 nn = n->next;
200 n = nn;
212 LHASH_NODE *nn, **rn; local
223 if ((nn = (LHASH_NODE *)malloc(sizeof(LHASH_NODE))) == NULL) {
227 nn->data = data;
228 nn->next = NULL;
230 nn->hash = hash;
232 *rn = nn;
250 LHASH_NODE *nn, **r local
440 unsigned long hash, nn; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/lhash/
H A Dlhash.c160 LHASH_NODE *n,*nn; local
170 nn=n->next;
172 n=nn;
182 LHASH_NODE *nn,**rn; local
193 if ((nn=(LHASH_NODE *)OPENSSL_malloc(sizeof(LHASH_NODE))) == NULL)
198 nn->data=data;
199 nn->next=NULL;
201 nn->hash=hash;
203 *rn=nn;
220 LHASH_NODE *nn,**r local
407 unsigned long hash,nn; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/lhash/
H A Dlhash.c178 LHASH_NODE *n,*nn; local
188 nn=n->next;
190 n=nn;
200 LHASH_NODE *nn,**rn; local
211 if ((nn=(LHASH_NODE *)Malloc(sizeof(LHASH_NODE))) == NULL)
216 nn->data=data;
217 nn->next=NULL;
219 nn->hash=hash;
221 *rn=nn;
238 LHASH_NODE *nn,**r local
412 unsigned long hash,nn; local
[all...]
/macosx-10.10.1/swig-12/Source/Swig/
H A Dfragment.c124 Hash *nn = Getmeta(code, "kwargs"); local
128 while (nn) {
129 if (Equal(Getattr(nn, "name"), "fragment")) {
131 Printf(stdout, "emitting fragment %s %s\n", nn, type);
132 Setfile(nn, Getfile(n));
133 Setline(nn, Getline(n));
134 Swig_fragment_emit(nn);
136 nn = nextSibling(nn);
/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dhelp.c202 help_node_t *nn; /* Parent node */ local
227 nn = helpFindNode(hi, n->filename, NULL);
229 snprintf(line, sizeof(line), "/help/%s?QUERY=%s", nn->filename,
232 cgiSetArray("QPTEXT", i, nn->text);
298 help_node_t *nn; /* Pointer to sub-node */ local
303 for (nn = (help_node_t *)cupsArrayFirst(hi->sorted);
304 nn;
305 nn = (help_node_t *)cupsArrayNext(hi->sorted))
306 if (nn->anchor && !strcmp(helpfile, nn
[all...]
/macosx-10.10.1/smb-759.0/lib/smb/
H A Dnb_name.c65 struct nb_name nn; local
66 struct nb_name *np = &nn;
73 strlcpy((char *)nn.nn_name, name, sizeof(nn.nn_name));
74 nn.nn_type = type;
H A Dnbns_rq.c350 struct nb_name nn; local
373 bzero(&nn, sizeof(nn));
374 strlcpy((char *)nn.nn_name, name, sizeof(nn.nn_name));
375 nn.nn_type = nodeType;
377 rqp->nr_qdname = &nn;
506 struct nb_name nn; local
518 bzero(&nn, sizeof(nn));
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dcharray.c77 int i, n, nn; local
83 for ( nn = 0; s[nn] != NULL; nn++ ) {
87 aa = (char **) LDAP_REALLOC( (char *) *a, (n + nn + 1) * sizeof(char *) );
95 for ( i = 0; i < nn; i++ ) {
107 (*a)[n + nn] = NULL;
H A Ddntest.c204 int nn; local
211 for ( nn = 0; vv && vv[ nn ]; nn++ ) {
213 vv[ nn ] );
220 for ( nn = 0; vv && vv[ nn ]; nn++ ) {
222 vv[ nn ] );
/macosx-10.10.1/groff-38/groff/src/libs/libgroff/
H A Derrarg.cpp35 errarg::errarg(int nn) : type(INTEGER) argument
37 n = nn;
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dmm-partial.el67 phandle nn ntotal
92 (setq nn (string-to-number
103 (unless (< nn n)
104 (unless (eq nn n)
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Desp_output.c613 struct mbuf *nn; local
615 MGET(nn, M_DONTWAIT, MT_DATA);
616 if (!nn) {
623 extend = mtod(nn, u_char *);
624 nn->m_len = extendsiz;
625 nn->m_next = NULL;
626 n->m_next = nn;
627 n = nn;
760 struct mbuf *nn; local
762 MGET(nn, M_DONTWAI
[all...]
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs.h287 #define CON_FILENAME(nn, nl) \
289 (((*(nn) == 'c') || (*(nn) == 'C')) && \
290 ((*((nn)+1) == 'o') || (*((nn)+1) == 'O')) && \
291 ((*((nn)+2) == 'n') || (*((nn)+2) == 'N'))))
/macosx-10.10.1/groff-38/groff/src/libs/snprintf/
H A Dsnprintf.c396 { register size_t nn = (size_t)(n); \
397 if (nn >= breakeven_point) memcpy((d), (s), nn); \
398 else if (nn > 0) { /* call overhead is worth only for large strings*/ \
400 for (ss=(s), dd=(d); nn>0; nn--) *dd++ = *ss++; } }
403 { register size_t nn = (size_t)(n); \
404 if (nn >= breakeven_point) memset((d), (int)(c), nn); \
405 else if (nn >
[all...]
/macosx-10.10.1/apache-793/httpd/docs/conf/extra/
H A Dhttpd-languages.conf.in38 # Korean (ko) - Luxembourgeois* (ltz) - Norwegian Nynorsk (nn)
61 AddLanguage nn .nn
78 LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv tr zh-CN zh-TW
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dstk.c507 int nn=0,add=1; local
518 nn = fp->nalias+1;
524 cp = newof(dp, char, n, nn*sizeof(char*));
531 nn--;
545 if(fp->nalias=nn)
548 if(end && nn>1)
549 memmove(fp->aliases,end,(nn-1)*sizeof(char*));
551 fp->aliases[nn-1] = dp + roundof(sizeof(struct frame),STK_ALIGN);
/macosx-10.10.1/lsof-53/lsof/
H A Dmisc.c110 for (dp = d, n = 0; dp->nn; dp++, n++)
509 int al, i, j, oc, nn, ns, off, tx;
603 if ((nn = ns + oc) >= al) {
604 while ((nn + 5) > al) {
646 nn = nr + off + 1;
647 if (nn > al) {
649 while ((nn + 5) > al) {
665 UdpNstates = nn;
674 TcpNstates = nn;
686 if (nn > UdpNstate
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-mode.el222 (nn (prefix-numeric-value n)))
227 (setq nn (+ oldtop nn))
228 (if (< nn 0)
229 (setq nn (+ nn (calc-stack-size)))
230 (setq nn (1+ nn))))
231 (if (< nn 1)
233 (if (> nn (cal
[all...]
H A Dcalc-yank.el37 (defun calc-kill (nn &optional no-delete)
44 (n (prefix-numeric-value nn)))
55 (if (null nn)
61 (kill-line nn)))
272 (defun calc-copy-to-buffer (nn)
282 (let ((n (prefix-numeric-value nn))
291 (cond ((and (or (null nn)
292 (consp nn))
321 (if (consp nn)
324 (if (and overwrite-mode (not (consp nn)))
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/txt_db/
H A Dtxt_db.c255 long i,j,n,nn,l,tot=0; local
263 nn=db->num_fields;
269 for (j=0; j<nn; j++)
274 if (!BUF_MEM_grow_clean(buf,(int)(l*2+nn))) goto err;
277 for (j=0; j<nn; j++)
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dfilteredbrk.cpp306 int nn = ustrs[i].indexOf(kFULLSTOP); // TODO: non-'.' abbreviations local
307 if(nn>-1 && (nn+1)!=ustrs[i].length()) {
314 if(ustrs[i].compare(0,nn+1,ustrs[j],0,nn+1)==0) {
315 //if(true) u_printf("Prefix match: /%S/ to %d\n", ustrs[j].getTerminatedBuffer(), nn+1);
316 //UBool otherIsPartial = ((nn+1)!=ustrs[j].length()); // true if ustrs[j] doesn't end at nn
326 UnicodeString prefix(ustrs[i], 0, nn+1);

Completed in 238 milliseconds

12345