| /src/external/ibm-public/postfix/dist/src/cleanup/ |
| cleanup_map1n.c | 105 #define UPDATE(ptr,new) do { \ 122 UPDATE(state->reason, "4.6.0 Alias expansion error"); 138 UPDATE(state->reason, "4.6.0 Alias expansion error"); 151 UPDATE(state->reason, "4.6.0 Alias expansion error"); 156 UPDATE(argv->argv[arg], lookup->argv[i]); 175 UPDATE(state->reason, "4.6.0 Alias expansion error");
|
| /src/lib/libcrypt/ |
| md5crypt.c | 32 #define UPDATE(x, b, l) MD5Update((x), (b), (l)) 69 UPDATE(&ctx, (const unsigned char *)pw, pwl); 72 UPDATE(&ctx, (const unsigned char *)MD5_MAGIC, MD5_MAGIC_LEN); 75 UPDATE(&ctx, (const unsigned char *)sp, sl); 79 UPDATE(&ctx1, (const unsigned char *)pw, pwl); 80 UPDATE(&ctx1, (const unsigned char *)sp, sl); 81 UPDATE(&ctx1, (const unsigned char *)pw, pwl); 85 UPDATE(&ctx, final, (unsigned int)(pl > 16 ? 16 : pl)); 93 UPDATE(&ctx, final, 1); 95 UPDATE(&ctx, (const unsigned char *)pw, 1) [all...] |
| /src/external/gpl2/xcvs/dist/src/ |
| hash.h | 25 RCSVERS, DIRS, UPDATE, LOCK, NDBMNODE, FILEATTR,
|
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp_map11.c | 210 #define UPDATE(var, val) do { myfree(var); var = mystrdup(val); } while (0) 212 UPDATE(var_myhostname, "localhost.localdomain"); 213 UPDATE(var_mydomain, "localdomain"); 214 UPDATE(var_myorigin, "localdomain"); 215 UPDATE(var_mydest, "localhost.localdomain"); 216 UPDATE(var_rcpt_delim, "+");
|
| /src/external/ibm-public/postfix/dist/src/trivial-rewrite/ |
| transport.c | 138 /* update_entry - update from transport table entry */ 357 #define UPDATE(var, val) do { myfree(var); var = mystrdup(val); } while (0) 360 UPDATE(var_rcpt_delim, "+"); 361 UPDATE(var_mydomain, "localdomain"); 362 UPDATE(var_myorigin, "localhost.localdomain"); 363 UPDATE(var_mydest, "localhost.localdomain");
|
| /src/sys/arch/arm/imx/ |
| imx23_timrot.c | 96 #define UPDATE HW_TIMROT_TIMCTRL0_UPDATE 175 uint32_t ctrl = IRQ_EN | UPDATE | RELOAD | SELECT_32KHZ;
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| inflate.c | 317 Update the window with the last wsize (normally 32K) bytes written before 384 # define UPDATE(check, buf, len) \ 387 # define UPDATE(check, buf, len) adler32(check, buf, len) 541 When returning, a "goto inf_leave" is used to update the total counters, 542 update the check value, and determine whether any progress has been made 545 When there is a window, goto inf_leave will update the window with the last 1110 UPDATE(state->check, put - out, out); 1157 error. Call updatewindow() to create and/or update the window state. 1174 UPDATE(state->check, strm->next_out - out, out);
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| mail_addr_find.c | 542 #define UPDATE(var, val) do { myfree(var); var = mystrdup(val); } while (0) 549 UPDATE(var_rcpt_delim, "+"); 550 UPDATE(var_mydomain, "localdomain"); 551 UPDATE(var_myorigin, "localdomain"); 552 UPDATE(var_mydest, "localhost.localdomain");
|
| mail_addr_map.c | 453 #define UPDATE(dst, src) { if (dst) myfree(dst); dst = mystrdup(src); } 503 UPDATE(var_rcpt_delim, test->delimiter);
|
| /src/sys/kern/ |
| vfs_cache.c | 275 #define UPDATE(nchcpu, f) do { \ 1491 UPDATE(nchcpu, ncs_goodhits); 1492 UPDATE(nchcpu, ncs_neghits); 1493 UPDATE(nchcpu, ncs_badhits); 1494 UPDATE(nchcpu, ncs_falsehits); 1495 UPDATE(nchcpu, ncs_miss); 1496 UPDATE(nchcpu, ncs_long); 1497 UPDATE(nchcpu, ncs_pass2); 1498 UPDATE(nchcpu, ncs_2passes); 1499 UPDATE(nchcpu, ncs_revhits) [all...] |
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| zlib.c | 467 Update the window with the last wsize (normally 32K) bytes written before 647 # define UPDATE(check, buf, len) \ 650 # define UPDATE(check, buf, len) adler32(check, buf, len) 980 /* go to next symbol, update count, len */ 1339 /* update state and return */ 1412 When returning, a "goto inf_leave" is used to update the total counters, 1413 update the check value, and determine whether any progress has been made 1416 When there is a window, goto inf_leave will update the window with the last 1970 UPDATE(state->check, put - out, out); 2015 error. Call updatewindow() to create and/or update the window state [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| i915_gem_execbuffer.c | 58 #define UPDATE PIN_OFFSET_FIXED 124 * 3. Relocation - Update any addresses to point to the final locations 131 * we want to have to update any relocations pointing to this object. Ideally, 134 * object is elsewhere, we have to parse all the relocation entries and update 140 * the update. (If userspace is wrong, the likely outcome is an impromptu GPU 186 * then proceed to update any incorrect addresses with the objects. 540 entry->offset = vma->node.start | UPDATE; 612 entry->offset = vma->node.start | UPDATE; 1347 return target->node.start | UPDATE; 1441 /* and update the user's relocation entry * [all...] |
| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitNativeARM_64.c | 782 #define UPDATE 0x04 846 if (SLJIT_UNLIKELY(flags & UPDATE)) { 936 if (SLJIT_UNLIKELY((flags & UPDATE) && (arg & REG_MASK))) { 937 /* Update only applies if a base register exists. */ 1342 flags = WORD_SIZE | UPDATE; 1345 flags = BYTE_SIZE | UPDATE; 1350 flags = BYTE_SIZE | SIGNED | UPDATE; 1355 flags = HALF_SIZE | UPDATE; 1360 flags = HALF_SIZE | SIGNED | UPDATE; 1365 flags = INT_SIZE | UPDATE; [all...] |
| sljitNativeARM_T2_32.c | 804 #define UPDATE 0x10 902 sljit_s32 update = flags & UPDATE; local 907 flags &= ~UPDATE; 917 if (SLJIT_UNLIKELY(update)) { 1270 flags = WORD_SIZE | UPDATE; 1273 flags = BYTE_SIZE | UPDATE; 1278 flags = BYTE_SIZE | SIGNED | UPDATE; 1283 flags = HALF_SIZE | UPDATE; 1288 flags = HALF_SIZE | SIGNED | UPDATE; [all...] |
| /src/sys/dev/ic/ |
| athvar.h | 290 struct ieee80211_beacon_offsets sc_boff;/* dynamic update state */ 295 UPDATE, /* update pending */ 297 } sc_updateslot; /* slot time update fsm */
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
| Attributor.h | 35 // an update from a subset of the abstract attributes. 37 // The update method `AbstractAttribute::updateImpl` is implemented by the 41 // abstract attribute that changed. In every invocation, the update method has 56 // height lattice and the update function to be monotone. However, these 1060 /// \param CGUpdater Helper to update an underlying call graph. 1108 /// `AbstractAttribute::update`) even if it is found in the cache. This is 1123 /// NOTE: ForceUpdate is ignored in any stage other than the update stage. 1132 if (ForceUpdate && Phase == AttributorPhase::UPDATE) 1159 // Bootstrap the new attribute with an initial update to propagate 1174 // Initialize and update is allowed for code outside of the current functio [all...] |
| /src/external/mpl/dhcp/dist/includes/ |
| dhctoken.h | 235 UPDATE = 434,
|
| /src/external/mpl/dhcp/dist/keama/ |
| dhctoken.h | 239 UPDATE = 434,
|
| /src/sys/net/ |
| zlib.c | 762 * Update a hash value with the given input byte 1282 * Read a new buffer from the current input stream, update the adler32 2576 * Compute the optimal bit lengths for a tree and update the total bit length 2706 * Update the total bit length for the current block. 2913 /* Update opt_len to include the bit length tree and counts */ 3928 /* update pointers and return */ 3932 #define UPDATE {UPDBITS UPDIN UPDOUT} 3933 #define LEAVE {UPDATE return inflate_flush(s,z,r);} 4080 /* copy input/output information to locals (UPDATE macro restores) */ 4287 UPDATE [all...] |