Searched refs:requested (Results 1 - 25 of 75) sorted by relevance

123

/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/ext/
H A Dallocators.cc49 std::size_t requested; variable
55 requested = n;
73 requested = 0;
77 if (uses_global_new_and_delete) VERIFY (requested >= (10*15*sizeof(long)));
/openbsd-current/lib/libc/arch/i386/sys/
H A Dsigprocmask.S49 movl 12(%esp),%ecx # fetch old mask requested
50 testl %ecx,%ecx # test if old mask requested
/openbsd-current/lib/libc/arch/amd64/sys/
H A Dsigprocmask.S52 testq %rdx,%rdx # test if old mask requested
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dparams.h57 * Purpose: find a configuration from the requested options which is
61 * Input: requested The offered set of parameters.
69 const ParameterConfig *Angel_MatchParams( const ParameterOptions *requested,
H A Dparams.c67 * Purpose: find a configuration from the requested options which is
72 const ParameterConfig *Angel_MatchParams( const ParameterOptions *requested, argument
82 ASSERT( requested != NULL, "requested is NULL" );
83 ASSERT( requested != NULL, "requested is NULL" );
86 if ( requested->num_param_lists > supported->num_param_lists )
92 for ( i = 0; i < requested->num_param_lists; ++i )
97 const ParameterList *req_list = &requested->param_list[i];
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dpp_psm.c247 struct pp_power_state *requested; local
251 requested = new_ps;
253 requested = hwmgr->request_ps;
257 phm_apply_state_adjust_rules(hwmgr, requested, pcurrent);
259 &pcurrent->hardware, &requested->hardware, &equal)))
263 phm_set_power_state(hwmgr, &pcurrent->hardware, &requested->hardware);
/openbsd-current/usr.bin/lastcomm/
H A Dlastcomm.c52 int requested(char *[], struct acct *);
124 if (!*argv || requested(argv, &ab)) {
187 requested(char *argv[], struct acct *acp) function
/openbsd-current/gnu/llvm/llvm/lib/Support/Unix/
H A DThreading.inc76 // Set the requested stack size, if given.
/openbsd-current/lib/libc/arch/mips64/sys/
H A Dsigprocmask.S53 beq a2, zero, .Lout # test if old mask requested
/openbsd-current/gnu/usr.bin/perl/lib/DBM_Filter/
H A Dencode.pm75 The encoding requested is not supported by the Encode module.
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dless.pm123 whether your user requested less of something.
135 the user requested you to be nice to. This has the nice side effect
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DThreadPool.cpp38 void ThreadPool::grow(int requested) { argument
42 int newThreadCount = std::min<int>(requested, MaxThreadCount);
/openbsd-current/usr.bin/vi/common/
H A Drecover.c608 int fd, found, lck, requested, sv_fd; local
624 for (found = requested = 0; (dp = readdir(dirp)) != NULL;) {
667 ++requested;
708 if (requested > 1)
711 if (found > requested)
/openbsd-current/sys/dev/pci/drm/i915/gem/
H A Di915_gem_ttm.c160 struct ttm_place *requested,
170 obj->mm.region, requested, obj->bo_offset,
180 *busy = *requested;
184 placement->placement = requested;
583 * @res: The struct ttm_resource for which an sg-table is requested.
820 /* First try only the requested placement. No eviction. */
871 struct ttm_place requested, busy[I915_TTM_MAX_PLACEMENTS]; local
880 /* Move to the requested placement. */
881 i915_ttm_placement_from_obj(obj, &requested, busy, &placement);
904 struct ttm_place requested; local
159 i915_ttm_placement_from_obj(const struct drm_i915_gem_object *obj, struct ttm_place *requested, struct ttm_place *busy, struct ttm_placement *placement) argument
[all...]
/openbsd-current/usr.sbin/mopd/otherOS/linux2/
H A Dmopd-x.x.x.spec18 Upon receiving a request, mopd checks if the requested file exists in
/openbsd-current/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp230 // If a column was requested, do a more precise match and only
232 // requested location.
233 SourceLoc requested(line, *column);
234 // First, filter out all entries left of the requested column.
237 [&](const SymbolContext &sc) { return requested < SourceLoc(sc); });
/openbsd-current/gnu/llvm/llvm/lib/Support/Windows/
H A DMemory.inc125 // If the requested address is not aligned to the allocation granularity,
/openbsd-current/gnu/usr.bin/perl/dist/Thread-Queue/lib/Thread/
H A DQueue.pm245 # Check value of the requested index
266 # Check value of the requested count
293 # Check value of the requested timeout
455 Removes the requested number of items (default is 1) from the head of the
456 queue, and returns them. If the queue contains fewer than the requested
464 Removes the requested number of items (default is 1) from the head of the
465 queue, and returns them. If the queue contains fewer than the requested
474 Removes the requested number of items (default is 1) from the head of the
475 queue, and returns them. If the queue contains fewer than the requested
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DAggregator.pm154 call to the add() method. Returns an array of the requested parsers (in
155 the requested order) in list context or an array reference in scalar
/openbsd-current/gnu/usr.bin/perl/cpan/Socket/t/
H A Dsocketpair.t75 $! =~ /^The operation requested is not supported./) { # Stratus VOS
/openbsd-current/gnu/usr.bin/perl/dist/Dumpvalue/t/
H A DDumpvalue.t205 is( $out->read, "&read in ???\n", 'sub dumped when requested' );
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DThreadPool.h182 // Grow to ensure that we have at least `requested` Threads, but do not go
184 void grow(int requested);
/openbsd-current/lib/libcrypto/ts/
H A Dts_rsp_sign.c591 /* Returns the TSA policy based on the requested and acceptable policies. */
595 ASN1_OBJECT *requested = TS_REQ_get_policy_id(ctx->request); local
603 /* Return the default policy if none is requested or the default is
604 requested. */
605 if (!requested || !OBJ_cmp(requested, ctx->default_policy))
611 if (!OBJ_cmp(requested, current))
894 /* Setting the issuer/serial if requested. */
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/
H A DFacets2Legacy.pm256 is requested.
/openbsd-current/usr.sbin/tftpd/
H A Dtftpd.c970 validate_access(struct tftp_client *client, const char *requested) argument
982 if (strcmp(requested, SEEDPATH) == 0) {
1006 getip(&client->ss), requested);
1012 filename = requested;

Completed in 314 milliseconds

123