| /src/tests/usr.bin/indent/ |
| lex_number.c | 29 int wrapped = 0\ variable 37 int wrapped = 0x12345678; variable
|
| /src/external/apache2/llvm/dist/llvm/bindings/python/llvm/ |
| common.py | 77 def __init__(self, wrapped): 78 self.wrapped = wrapped 80 self.__doc__ = wrapped.__doc__ 88 value = self.wrapped(instance) 89 setattr(instance, self.wrapped.__name__, value)
|
| /src/external/bsd/nvi/dist/common/ |
| search.c | 156 int cnt, eval, rval, wrapped = 0; local 199 wrapped = 1; 216 if ((wrapped && lno > fm->lno) || 218 if (wrapped) { 229 wrapped = 1; 258 /* Warn if the search wrapped. */ 259 if (wrapped && LF_ISSET(SEARCH_WMSG)) 301 int cnt, eval, rval, wrapped; local 338 for (cnt = INTERRUPT_CHECK, rval = 1, wrapped = 0;; --lno, coff = 0) { 348 if ((wrapped && lno < fm->lno) || lno == 0) [all...] |
| /src/usr.sbin/tcpdchk/ |
| inetcf.c | 85 char **wrapped; local 123 wrapped = uses_libwrap; 124 while (*wrapped != NULL) { 125 inet_chk(wrapped[0], wrapped[1], wrapped[2], ""); 126 wrapped += 3;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| AllocatorList.h | 115 : base_type(X.wrapped()) {} 119 reference operator*() const { return base_type::wrapped()->V; } 181 return iterator(List.insert(I.wrapped(), *create(std::forward<Ts>(Vs)...))); 185 return iterator(List.insert(I.wrapped(), *create(std::move(V)))); 188 return iterator(List.insert(I.wrapped(), *create(V))); 194 List.insert(I.wrapped(), *create(*First)); 198 return iterator(List.eraseAndDispose(I.wrapped(), Disposer(*this))); 203 List.eraseAndDispose(First.wrapped(), Last.wrapped(), Disposer(*this)));
|
| /src/external/bsd/openldap/dist/include/ |
| ldap_int_thread.h | 226 * definitions for type-wrapped debug * 258 ldap_int_thread_mutex_t wrapped; member in struct:__anon7667 268 ldap_int_thread_cond_t wrapped; member in struct:__anon7668 273 ldap_int_thread_rdwr_t wrapped; member in struct:__anon7669
|
| /src/external/gpl3/gcc/dist/libcc1/ |
| rpc.hh | 101 // arguments, passes them to the wrapped function, and finally 169 // calls the wrapped function, and then sends the result back on 177 std::tuple<argument_wrapper<Arg>...> wrapped; 178 if (!unmarshall<0> (conn, wrapped)) 181 R result = call<0, func> (conn, wrapped);
|
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| rpc.hh | 101 // arguments, passes them to the wrapped function, and finally 169 // calls the wrapped function, and then sends the result back on 177 std::tuple<argument_wrapper<Arg>...> wrapped; 178 if (!unmarshall<0> (conn, wrapped)) 181 R result = call<0, func> (conn, wrapped);
|
| /src/external/mpl/bind/dist/bin/tests/system/tkeyleak/ |
| tests_tkeyleak.py | 83 wrapped = der_encode(b"\xa0", negtokeninit) 85 return der_encode(b"\x60", SPNEGO_OID + wrapped)
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| gssapi.c | 168 gss_buffer_desc unwrapped, wrapped; local 196 &wrapped); 212 pkt_len = 4 + wrapped.length; 228 b[0] = (unsigned char)(wrapped.length >> 24); 229 b[1] = (unsigned char)(wrapped.length >> 16); 230 b[2] = (unsigned char)(wrapped.length >> 8); 231 b[3] = (unsigned char)(wrapped.length >> 0); 233 /* copy the wrapped blob to the right location */ 234 memcpy(b + 4, wrapped.value, wrapped.length) 250 gss_buffer_desc unwrapped, wrapped; local [all...] |
| thr_debug.c | 335 #define WRAPPED(ptr) (ptr) 372 #define WRAPPED(ptr) (&(ptr)->wrapped) 530 ldap_pvt_thread_t wrapped; member in struct:__anon7683 581 t->wrapped = *thread; 607 if( ldap_pvt_thread_equal( thread, thread_info[i]->wrapped ) ) 901 rc = ldap_int_thread_cond_init( WRAPPED( cond ) ); 916 rc = ldap_int_thread_cond_destroy( WRAPPED( cond ) ); 931 rc = ldap_int_thread_cond_signal( WRAPPED( cond ) ); 941 rc = ldap_int_thread_cond_broadcast( WRAPPED( cond ) ) [all...] |
| /src/usr.bin/gzip/ |
| unlz.c | 284 bool wrapped; member in struct:lz_decoder 304 lz->wrapped = lz->pos >= lz->dict_size; 305 if (lz->wrapped) { 388 lz->wrapped = false; 410 if (lz->wrapped) 571 (rep[0] >= lz->pos && !lz->wrapped)) {
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ada-exp.y | 197 If TYPE is not NULL, the resulting operation will be wrapped in a 204 operation_up wrapped 207 wrapped = make_operation<unop_cast_operation> (std::move (wrapped), type); 208 pstate->push (std::move (wrapped)); 265 operands, and then pushes a new Ada-wrapped operation of the 274 operation_up wrapped = maybe_overload (op, lhs, rhs); 275 if (wrapped == nullptr) 277 wrapped = make_operation<T> (std::move (lhs), std::move (rhs)); 278 wrapped = make_operation<ada_wrapped_operation> (std::move (wrapped)) [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| ada-exp.y | 197 If TYPE is not NULL, the resulting operation will be wrapped in a 204 operation_up wrapped 207 wrapped = make_operation<unop_cast_operation> (std::move (wrapped), type); 208 pstate->push (std::move (wrapped)); 265 operands, and then pushes a new Ada-wrapped operation of the 274 operation_up wrapped = maybe_overload (op, lhs, rhs); 275 if (wrapped == nullptr) 277 wrapped = make_operation<T> (std::move (lhs), std::move (rhs)); 278 wrapped = make_operation<ada_wrapped_operation> (std::move (wrapped)) [all...] |
| /src/external/bsd/am-utils/dist/fsinfo/ |
| fsi_util.c | 56 int wrapped = 0; local 62 wrapped = 1; 64 return wrapped;
|
| /src/sys/external/bsd/drm/dist/shared-core/ |
| mga_drv.h | 54 volatile long wrapped; member in struct:drm_mga_primary_buffer 250 if ( test_bit( 0, &dev_priv->prim.wrapped ) ) { \ 264 if ( test_bit( 0, &dev_priv->prim.wrapped ) ) { \ 323 if ( !test_bit( 0, &dev_priv->prim.wrapped ) ) { \
|
| /src/sys/external/bsd/drm2/dist/drm/mga/ |
| mga_drv.h | 71 volatile long wrapped; member in struct:drm_mga_primary_buffer 252 if (test_bit(0, &dev_priv->prim.wrapped)) { \ 266 if (test_bit(0, &dev_priv->prim.wrapped)) { \ 324 if (!test_bit(0, &dev_priv->prim.wrapped)) { \
|
| /src/external/bsd/wpa/dist/src/common/ |
| dpp_pkex.c | 592 u8 *wrapped; local 653 wpa_printf(MSG_INFO, "DPP: TESTING - no Wrapped Data"); 668 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); 673 2, addr, len, wrapped) < 0) 676 wrapped, wpabuf_len(clear) + AES_BLOCK_SIZE); 680 wpa_printf(MSG_INFO, "DPP: TESTING - attr after Wrapped Data"); 914 u8 *wrapped; local 974 wpa_printf(MSG_INFO, "DPP: TESTING - no Wrapped Data"); 989 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); 994 2, addr, len, wrapped) < 0 [all...] |
| dpp_reconfig.c | 336 u8 *wrapped; local 346 /* C-nonce (wrapped) */ 351 /* Connection Status (wrapped) */ 403 /* Attributes before Wrapped Data */ 408 /* Wrapped Data: {C-nonce, E-nonce, Connection Status}ke */ 411 wrapped = wpabuf_put(msg, wpabuf_len(clear) + AES_BLOCK_SIZE); 416 2, addr, len, wrapped) < 0) 579 u8 *wrapped; local 599 /* C-nonce (wrapped) */ 604 /* E-nonce (wrapped) */ [all...] |
| /src/external/bsd/tmux/dist/ |
| screen-write.c | 40 int wrapped; member in struct:screen_write_citem 390 /* Write string wrapped over lines. */ 993 /* Backspace; cursor left unless at start of wrapped line when can move up. */ 1429 screen_write_linefeed(struct screen_write_ctx *ctx, int wrapped, u_int bg) 1440 if (wrapped) 1648 u_int used, int *wrapped) 1682 if (csx == 0 && ci->wrapped && wrapped != NULL) 1683 *wrapped = 1; 1823 ttyctx.wrapped = ci->wrapped 1849 int wrapped = ci->wrapped; local [all...] |
| /src/crypto/external/apache2/openssl/dist/providers/fips/ |
| self_test_kats.c | 665 unsigned char *wrapped = NULL, *secret = NULL; local 683 wrapped = OPENSSL_malloc(wrappedlen); 685 if (wrapped == NULL || secret == NULL) 689 if (EVP_PKEY_encapsulate(ctx, wrapped, &wrappedlen, secret, &secretlen) <= 0) 693 OSSL_SELF_TEST_oncorrupt_byte(st, wrapped); 695 || memcmp(wrapped, t->cipher_text, t->cipher_text_len) != 0) 705 OPENSSL_free(wrapped);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| DIE.h | 688 explicit operator bool() const { return bool(wrapped()); } 689 DIEValue &operator*() const { return wrapped()->V; } 702 : iterator_adaptor(X.wrapped()) {} 706 explicit operator bool() const { return bool(wrapped()); } 707 const DIEValue &operator*() const { return wrapped()->V; }
|
| /src/sys/netinet/ |
| ip_reass.c | 583 int wrapped = 0; local 586 while (ip_nfragpackets > ip_maxfragpackets && wrapped == 0) { 598 wrapped = 1;
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/ |
| cipher_aes_gcm_hw_s390x.inc | 170 /* ctx->ares contains a complete block if offset has wrapped around */ 237 /* ctx->mres contains a complete block if offset has wrapped around */
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| cipher_aes_gcm_hw_s390x.inc | 170 /* ctx->ares contains a complete block if offset has wrapped around */ 237 /* ctx->mres contains a complete block if offset has wrapped around */
|