Home
last modified time | relevance | path

Searched refs:returned (Results 1 – 25 of 89) sorted by relevance

1234

/f-stack/app/redis-5.0.5/utils/hashtable/
H A Drehashing.c77 int returned = dictGetSomeKeys(d, des, requested); in stressGetKeys() local
80 qsort(des,returned,sizeof(dictEntry*),sortPointers); in stressGetKeys()
81 if (returned > 1) { in stressGetKeys()
83 for (i = 0; i < returned-1; i++) { in stressGetKeys()
88 if (requested == returned && dup == 0) { in stressGetKeys()
93 requested, returned, dup); in stressGetKeys()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_sunpro_sparc64.il21 / the result is returned in the %o0
32 / the result is returned in the %o0
H A Dngx_sunpro_amd64.il10 / the result is returned in the %rax
25 / the result is returned in the %rax
/f-stack/tools/libxo/tests/core/saved/
H A Dtest_02.T.out6 close -1 returned Bad file descriptor good
7 close -1 returned Bad fi good
H A Dtest_02.H.out4returned </div><div class="data" data-tag="error">Bad file descriptor</div><div class="text"> </di…
H A Dtest_02.HP.out29 <div class="text"> returned </div>
37 <div class="text"> returned </div>
/f-stack/freebsd/kern/
H A Dlinker_if.m81 # If count, start or stop are NULL, they are not returned.
128 # returned, without modifying *result. If the file is
130 # file and zero returned. If some other error is detected an
131 # appropriate errno should be returned.
H A Dbus_if.m442 * value must be the same as the one returned by BUS_ALLOC_RESOURCE()
465 * argument. The value returned in @p *_cookiep is used to cancel the
498 * returned from a previous call to BUS_SETUP_INTR().
503 * @param _cookie the cookie value returned when the interrupt
640 * should be returned as a normal errno value. Client drivers are to
745 * @param _cookie the cookie value returned when the interrupt
/f-stack/freebsd/contrib/libsodium/packaging/dotnet-core/recipes/
H A Dtest14 : "error: sodium_init() returned {0}", error);
/f-stack/dpdk/doc/guides/prog_guide/
H A Dhash_lib.rst32 …ready an entry in the hash table for the specified key, then the position of the entry is returned.
33 …sful, for example due to lack of free entries in the hash table, then a negative value is returned.
36 …moved from the hash table and the position where the entry was found in the hash table is returned.
37 If no entry with the specified key exists in the hash table, then a negative value is returned
40 …then the position of the entry is returned, otherwise (i.e., lookup miss) a negative value is retu…
153 …. If there is no match there either, key is not in the table and a negative value will be returned.
283 …If the returned position is valid, use it to access the flow entry in the flow table for adding a …
287 * Delete flow: Delete the flow key from the hash. If the returned position is valid,
291 …wait till the readers are not referencing the position returned during add/delete flow and then fr…
297 …If the returned position is valid (flow lookup hit), use the returned position to access the flow …
H A Dpacket_distrib_lib.rst59 Within this set of returned packets, all packets sharing the same tag will be returned in their ori…
89 [The previous packet should be returned to the distributor component by passing it as the final par…
H A Drte_flow.rst2252 RTE_FLOW_ERROR_TYPE_ACTION error should be returned.
2304 RTE_FLOW_ERROR_TYPE_ACTION error should be returned.
2365 Otherwise, RTE_FLOW_ERROR_TYPE_ACTION error will be returned.
2383 Otherwise, RTE_FLOW_ERROR_TYPE_ACTION error will be returned.
2753 Flow utilize shared action by handle as returned from
2835 such cases ``EINVAL`` should not be returned).
2869 actually created and a handle returned.
3115 then returned.
3228 returned).
3233 code must be returned (``EBUSY``).
[all …]
H A Dmember_lib.rst152 index(es) with a hit is returned.
307 error is returned. For success the returned value is dependent on the
364 maximum number of matches for each key, ``match_count`` which is the returned number
365 of matches for each key, and ``set_ids`` are the returned target set
376 an error is returned. The input arguments should include ``key`` which is a pointer to the
379 implementation of vBF does not support deletion [1]_. An error code ``-EINVAL`` will be returned.
H A Defd_lib.rst102 and if there is a match the value (target id) is returned.
257 inserted is returned, if the key has not been inserted before,
258 a ‘random’ value (based on hashing of the key) is returned.
264 corresponding return values will be returned in the value_list.
278 The previous value associated with this key will be returned
H A Dpacket_classif_access_ctrl.rst293 … If the input tuple matches more than one rule, then the rule with the higher priority is returned.
295 it is undefined which rule is returned as a match.
299 When a lookup is performed, the result for each category is returned.
307 When no rules match, returned value is zero.
/f-stack/freebsd/contrib/zstd/programs/
H A Dzstdgrep.1.md18 In case of missing arguments or missing pattern, 1 will be returned, otherwise 0.
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_0.rst110 .. note:: The hash values returned by the new jhash library are different
111 from the ones returned by the previous library.
/f-stack/dpdk/drivers/event/opdl/
H A Dopdl_evdev_init.c184 uint16_t returned; in opdl_tx_dequeue_single_thread() local
190 returned = opdl_ring_copy_to_burst(ring, in opdl_tx_dequeue_single_thread()
196 update_on_dequeue(p, ev, num, returned); in opdl_tx_dequeue_single_thread()
198 return returned; in opdl_tx_dequeue_single_thread()
/f-stack/dpdk/doc/guides/rawdevs/
H A Dioat.rst152 input ring will be returned in that structure.
200 as well as two "handles" to be returned to the user when the copy is
254 is correct before freeing the data buffers using the returned handles:
304 ``rte_rawdev_xstats_by_name_get``. The statistics returned for each device
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dhello_world.rst53 The value returned is the number of parsed arguments.
H A Dl2_forward_cat.rst174 function. The value returned is the number of parsed arguments:
184 function. The value returned is the number of parsed arguments:
H A Dethtool.rst75 Each incoming MAC frame is rewritten so that it is returned to
/f-stack/app/redis-5.0.5/deps/linenoise/
H A DREADME.markdown74 length of the line that can be returned.
76 The returned line should be freed with the `free()` standard system call.
192 if no hint is available for the text the user currently typed. The returned
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY43 + (f()) returns the first value returned by f.
44 + {f()} fills a table with all values returned by f.
/f-stack/freebsd/contrib/device-tree/Bindings/timer/
H A Darm,arch_timer.yaml63 that reading the counter is unreliable unless the same value is returned

1234